tests: bump up the timeout on this iputil test from 2s to 4s

This commit is contained in:
Zooko O'Whielacronx 2010-06-09 07:30:17 -07:00
parent 8fc6c17a70
commit f19c240ca8

View File

@ -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