mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Reduce queue timeout
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
de6496c6c9
commit
68b4ef6cf2
@ -91,7 +91,7 @@ def parallel_execute_stream(objects, func, get_deps):
|
||||
yield event
|
||||
|
||||
try:
|
||||
event = results.get(timeout=1)
|
||||
event = results.get(timeout=0.1)
|
||||
except Empty:
|
||||
continue
|
||||
# See https://github.com/docker/compose/issues/189
|
||||
|
Loading…
x
Reference in New Issue
Block a user