Fix sleep intervals (14219)

This commit is contained in:
Andrey Shestakov 2016-05-31 09:33:58 +03:00
commit 295c7ce1c8
2 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ class ResultProcess(multiprocessing.Process):
try:
result = self._read_worker_result()
if result is None:
time.sleep(0.0001)
time.sleep(0.01)
continue
# send callbacks for 'non final' results