Skip to content

Commit 7c3d45e

Browse files
committed
Wait a bit longer for file generation.
1 parent 04b9454 commit 7c3d45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_server_pids():
9898
return pids
9999

100100

101-
def check_for_file(filepath, seconds=20):
101+
def check_for_file(filepath, seconds=40):
102102
"""Return True if a file exists within a certain amount of time."""
103103
wait_counter = 0
104104
while not os.path.exists(filepath):

0 commit comments

Comments
 (0)