mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-04 12:14:11 +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)
|
self.failIf("0.0.0.0" in addresses, addresses)
|
||||||
d.addCallbacks(_check)
|
d.addCallbacks(_check)
|
||||||
return d
|
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