mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Increase timeout.
This commit is contained in:
parent
414b463556
commit
8d678fe3de
@ -667,7 +667,7 @@ class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
|
||||
d = self.sparent.stopService()
|
||||
d.addBoth(flush_but_dont_ignore)
|
||||
d.addBoth(lambda x: self.close_idle_http_connections().addCallback(lambda _: x))
|
||||
d.addBoth(lambda x: deferLater(reactor, 0.01, lambda: x))
|
||||
d.addBoth(lambda x: deferLater(reactor, 0.02, lambda: x))
|
||||
return d
|
||||
|
||||
def getdir(self, subdir):
|
||||
|
Loading…
Reference in New Issue
Block a user