Explorar o código

Stop pretending all systems are fast

svn:r11003
Peter Palfrader %!s(int64=18) %!d(string=hai) anos
pai
achega
ce8edc964c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/test.c

+ 1 - 1
src/or/test.c

@@ -1659,7 +1659,7 @@ test_threads(void)
     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);