mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
longer timeouts for windows' benefit
This commit is contained in:
@ -2,7 +2,7 @@ import time
|
||||
from os.path import exists
|
||||
|
||||
|
||||
def await_file_contents(path, contents, timeout=10):
|
||||
def await_file_contents(path, contents, timeout=15):
|
||||
start_time = time.time()
|
||||
while time.time() - start_time < timeout:
|
||||
print(" waiting for '{}'".format(path))
|
||||
|
Reference in New Issue
Block a user