mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
client.py: increase hotline timeout, the check_memory test is failing
This commit is contained in:
parent
1691524044
commit
e05311f69a
@ -105,7 +105,7 @@ class Client(node.Node, Referenceable, testutil.PollMixin):
|
||||
def _check_hotline(self, hotline_file):
|
||||
if os.path.exists(hotline_file):
|
||||
mtime = os.stat(hotline_file)[stat.ST_MTIME]
|
||||
if mtime > time.time() - 10.0:
|
||||
if mtime > time.time() - 20.0:
|
||||
return
|
||||
else:
|
||||
self.log("hotline file too old, shutting down")
|
||||
|
Loading…
x
Reference in New Issue
Block a user