We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec9043 commit e3f41dcCopy full SHA for e3f41dc
1 file changed
src/pyinfra/progress.py
@@ -62,7 +62,7 @@ def _print_spinner(stop_event, progress_queue):
62
if not IS_WINDOWS:
63
sys.stderr.write("\033[K")
64
65
- gevent.sleep(WAIT_TIME)
+ stop_event.wait(timeout=WAIT_TIME)
66
67
68
@contextmanager
0 commit comments