mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 03:06:41 +00:00
tests: bump up the timeout on this iputil test from 2s to 4s
This commit is contained in:
parent
8fc6c17a70
commit
f19c240ca8
@ -19,4 +19,5 @@ class ListAddresses(testutil.SignalMixin, unittest.TestCase):
|
||||
self.failIf("0.0.0.0" in addresses, addresses)
|
||||
d.addCallbacks(_check)
|
||||
return d
|
||||
test_list_async.timeout=2
|
||||
# David A.'s OpenSolaris box timed out on this test one time when it was at 2s.
|
||||
test_list_async.timeout=4
|
||||
|
Loading…
Reference in New Issue
Block a user