increased test_nodes testcase timeout
authorForrest Voight <forrest@forre.st>
Thu, 6 Dec 2012 07:18:23 +0000 (02:18 -0500)
committerForrest Voight <forrest@forre.st>
Thu, 6 Dec 2012 07:18:23 +0000 (02:18 -0500)
p2pool/test/test_node.py

index bbcc38e..76c59cf 100644 (file)
@@ -239,3 +239,4 @@ class Test(unittest.TestCase):
         gc.collect()
         
         yield deferral.sleep(20) # waiting for work_poller to exit
+    test_nodes.timeout = 300