mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Stop pretending all systems are fast
svn:r11003
This commit is contained in:
parent
ec376c5fbd
commit
ce8edc964c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user