[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r11003: Stop pretending all systems are fast (tor/trunk/src/or)



Author: weasel
Date: 2007-07-31 02:48:47 -0400 (Tue, 31 Jul 2007)
New Revision: 11003

Modified:
   tor/trunk/src/or/test.c
Log:
Stop pretending all systems are fast

Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2007-07-31 05:58:18 UTC (rev 11002)
+++ tor/trunk/src/or/test.c	2007-07-31 06:48:47 UTC (rev 11003)
@@ -1659,7 +1659,7 @@
     if (strmap_get(_thread_test_strmap, "thread 1") &&
         strmap_get(_thread_test_strmap, "thread 2")) {
       done = 1;
-    } else if (time(NULL) > started + 10) {
+    } else if (time(NULL) > started + 25) {
       timedout = done = 1;
     }
     tor_mutex_release(_thread_test_mutex);