Skip to content

Commit f9ef785

Browse files
committed
No hurry, no hurry.
1 parent b70a410 commit f9ef785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run(cmd, **kwargs):
1616
out = p.stdout.read()
1717
err = p.stderr.read()
1818

19-
time.sleep(0.1)
19+
time.sleep(0.5)
2020
return p.returncode, out + '\n' + err
2121

2222
def spawn(cmd, **kwargs):

0 commit comments

Comments
 (0)