mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
Less aggressive timeout, to try to make tests pass on CI.
This commit is contained in:
parent
48ae729c0d
commit
e05136c238
@ -405,7 +405,7 @@ class StorageClient(object):
|
||||
# If we're in test mode, we want an aggressive timeout, e.g. for
|
||||
# test_rref in test_system.py.
|
||||
if self.TEST_MODE:
|
||||
result.addTimeout(1, self._clock)
|
||||
result.addTimeout(5, self._clock)
|
||||
|
||||
return result
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user