From: Zooko O'Whielacronx Date: Wed, 9 Jun 2010 14:30:17 +0000 (-0700) Subject: tests: bump up the timeout on this iputil test from 2s to 4s X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=f19c240ca8804805d0dcf13a41fd87dbd4f2a368;p=tahoe-lafs%2Ftahoe-lafs.git tests: bump up the timeout on this iputil test from 2s to 4s --- diff --git a/src/allmydata/test/test_iputil.py b/src/allmydata/test/test_iputil.py index 88da7baa..fd64de42 100644 --- a/src/allmydata/test/test_iputil.py +++ b/src/allmydata/test/test_iputil.py @@ -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