gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18691 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r18691 - gnunet/src/integration-tests
Date: Mon, 19 Dec 2011 16:02:57 +0100

Author: wachs
Date: 2011-12-19 16:02:56 +0100 (Mon, 19 Dec 2011)
New Revision: 18691

Modified:
   gnunet/src/integration-tests/test_integration_clique.py.in
   gnunet/src/integration-tests/test_integration_disconnect.py.in
   gnunet/src/integration-tests/test_integration_restart.py.in
Log:
fixing some timeouts


Modified: gnunet/src/integration-tests/test_integration_clique.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_clique.py.in  2011-12-19 
14:26:04 UTC (rev 18690)
+++ gnunet/src/integration-tests/test_integration_clique.py.in  2011-12-19 
15:02:56 UTC (rev 18691)
@@ -42,7 +42,7 @@
 
 testname = "test_integration_clique"
 verbose = True
-check_timeout = 120
+check_timeout = 30
 
 
 def cleanup ():

Modified: gnunet/src/integration-tests/test_integration_disconnect.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_disconnect.py.in      
2011-12-19 14:26:04 UTC (rev 18690)
+++ gnunet/src/integration-tests/test_integration_disconnect.py.in      
2011-12-19 15:02:56 UTC (rev 18691)
@@ -103,7 +103,7 @@
   check.add (StatisticsCondition (server, 'topology', '# peers connected',1))
   check.add (StatisticsCondition (server, 'fs', '# peers connected',1))  
   
-  check.run_blocking (10, success_connect_cont, fail_connect_cont)
+  check.run_blocking (check_timeout, success_connect_cont, fail_connect_cont)
 
 # 
 # Test execution

Modified: gnunet/src/integration-tests/test_integration_restart.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_restart.py.in 2011-12-19 
14:26:04 UTC (rev 18690)
+++ gnunet/src/integration-tests/test_integration_restart.py.in 2011-12-19 
15:02:56 UTC (rev 18691)
@@ -95,7 +95,7 @@
        check.add (StatisticsCondition (server, 'topology', '# peers 
connected',1))
        check.add (StatisticsCondition (server, 'fs', '# peers connected',1))  
        
-       check.run_blocking (10, success_restart_cont, fail_restart_cont)
+       check.run_blocking (check_timeout, success_restart_cont, 
fail_restart_cont)
 
 
 def fail_connect_cont (check):    
@@ -118,7 +118,7 @@
        check.add (StatisticsCondition (server, 'topology', '# peers 
connected',1))
        check.add (StatisticsCondition (server, 'fs', '# peers connected',1))  
        
-       check.run_blocking (10, success_connect_cont, fail_connect_cont)
+       check.run_blocking (check_timeout, success_connect_cont, 
fail_connect_cont)
 
 # 
 # Test execution




reply via email to

[Prev in Thread] Current Thread [Next in Thread]