mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
foolscap snapshot: bump some unit tests up to very high timeouts because my poor G4 867 MHz PowerBook, which is busy doing video iChat, takes a long time to run these tests
This commit is contained in:
parent
137a427a47
commit
eebc32f48d
@ -78,7 +78,7 @@ class TestPersist(UsefulMixin, unittest.TestCase):
|
||||
d = defer.maybeDeferred(s1.stopService)
|
||||
d.addCallback(self._testPersist_1, s1, s2, t1, public_url, port)
|
||||
return d
|
||||
testPersist.timeout = 5
|
||||
testPersist.timeout = 10
|
||||
def _testPersist_1(self, res, s1, s2, t1, public_url, port):
|
||||
self.services.remove(s1)
|
||||
s3 = Tub(certData=s1.getCertData())
|
||||
@ -161,7 +161,7 @@ class TestListeners(UsefulMixin, unittest.TestCase):
|
||||
d.addCallback(lambda ref: ref.callRemote('add', a=2, b=2))
|
||||
d.addCallback(self._testShared_1)
|
||||
return d
|
||||
testShared.timeout = 5
|
||||
testShared.timeout = 10
|
||||
def _testShared_1(self, res):
|
||||
t1,t2 = self.targets
|
||||
self.failUnlessEqual(t1.calls, [(1,1)])
|
||||
|
Loading…
x
Reference in New Issue
Block a user