Searched refs:_hasty_batch_size (Results 1 – 1 of 1) sorted by relevance
27 _hasty_batch_size = 100 # Batch size in hasty mode. variable in graphics_dEQP421 batch_timeout = min(3600, self._timeout * self._hasty_batch_size)427 shard_start = self._hasty_batch_size * (429 self._hasty_batch_size)430 shard_end = self._hasty_batch_size * ((432 self._hasty_batch_size)439 for batch in xrange(shard_start, shard_end, self._hasty_batch_size):440 batch_to = min(batch + self._hasty_batch_size, shard_end)