mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
test/thread: netbsd is too slow, increase timeout for conditions_simple
This commit is contained in:
parent
0786253115
commit
3c7422fc52
@ -376,7 +376,7 @@ thread_conditions_simple(void *arg)
|
||||
}
|
||||
evutil_timeradd(target_delay, &launched_at, &target_time);
|
||||
test_timeval_diff_leq(&target_time, &alerted[i].alerted_at,
|
||||
0, 50);
|
||||
0, 200);
|
||||
}
|
||||
tt_int_op(n_broadcast + n_signal + n_timed_out, ==, NUM_THREADS);
|
||||
tt_int_op(n_signal, ==, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user