Skip to content

Commit 81484f7

Browse files
committed
tweak wait time
1 parent dbd9648 commit 81484f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wait-for-services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def wrapper(*args, **kwargs):
1717
except exception:
1818
if i % 20 == 0:
1919
print(traceback.format_exc())
20-
time.sleep(0.2)
20+
time.sleep(0.25)
2121
else:
2222
break;
2323
else:

0 commit comments

Comments
 (0)