There was an error while loading. Please reload this page.
1 parent b70a410 commit f9ef785Copy full SHA for f9ef785
test.py
@@ -16,7 +16,7 @@ def run(cmd, **kwargs):
16
out = p.stdout.read()
17
err = p.stderr.read()
18
19
- time.sleep(0.1)
+ time.sleep(0.5)
20
return p.returncode, out + '\n' + err
21
22
def spawn(cmd, **kwargs):
0 commit comments