Skip to content

Commit b70a410

Browse files
committed
Our CI server is quite slow, give it a bit more time.
1 parent bda85a4 commit b70a410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def spawn(cmd, **kwargs):
2424
stdout=subprocess.PIPE,
2525
stderr=subprocess.PIPE,
2626
**kwargs)
27-
time.sleep(0.4)
27+
time.sleep(1.0)
2828
return p
2929

3030
def wait(p, match):

0 commit comments

Comments
 (0)