test/thread: netbsd is too slow, increase timeout for conditions_simple

This commit is contained in:
Azat Khuzhin 2017-01-19 20:51:38 +03:00
parent 0786253115
commit 3c7422fc52

View File

@ -376,7 +376,7 @@ thread_conditions_simple(void *arg)
} }
evutil_timeradd(target_delay, &launched_at, &target_time); evutil_timeradd(target_delay, &launched_at, &target_time);
test_timeval_diff_leq(&target_time, &alerted[i].alerted_at, 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_broadcast + n_signal + n_timed_out, ==, NUM_THREADS);
tt_int_op(n_signal, ==, 1); tt_int_op(n_signal, ==, 1);