From: Peter Palfrader Date: Tue, 31 Jul 2007 06:48:47 +0000 (+0000) Subject: Stop pretending all systems are fast X-Git-Tag: tor-0.2.0.4-alpha@11197~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8edc964cd6e05b2ba8e6604fe1285e93fa643e;p=thirdparty%2Ftor.git Stop pretending all systems are fast svn:r11003 --- diff --git a/src/or/test.c b/src/or/test.c index 147023a8de..85c7869419 100644 --- a/src/or/test.c +++ b/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);