dilate/test_full: enable, it works now
This commit is contained in:
parent
c27680b910
commit
bc863de634
|
@ -35,7 +35,6 @@ class Full(ServerBase, unittest.TestCase):
|
||||||
|
|
||||||
@inlineCallbacks
|
@inlineCallbacks
|
||||||
def test_full(self):
|
def test_full(self):
|
||||||
raise unittest.SkipTest("not ready yet")
|
|
||||||
eq = EventualQueue(reactor)
|
eq = EventualQueue(reactor)
|
||||||
w1 = wormhole.create(APPID, self.relayurl, reactor, _enable_dilate=True)
|
w1 = wormhole.create(APPID, self.relayurl, reactor, _enable_dilate=True)
|
||||||
w2 = wormhole.create(APPID, self.relayurl, reactor, _enable_dilate=True)
|
w2 = wormhole.create(APPID, self.relayurl, reactor, _enable_dilate=True)
|
||||||
|
@ -75,8 +74,4 @@ class Full(ServerBase, unittest.TestCase):
|
||||||
yield w1.close()
|
yield w1.close()
|
||||||
yield w2.close()
|
yield w2.close()
|
||||||
|
|
||||||
# TODO: this shouldn't be necessary. Also, it doesn't help.
|
test_full.timeout = 30
|
||||||
d = Deferred()
|
|
||||||
reactor.callLater(1.0, d.callback, None)
|
|
||||||
yield d
|
|
||||||
test_full.timeout = 10
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user