From 3c7422fc526009cb87ac14dc7100149b862c3689 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 19 Jan 2017 20:51:38 +0300 Subject: [PATCH] test/thread: netbsd is too slow, increase timeout for conditions_simple --- test/regress_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regress_thread.c b/test/regress_thread.c index 9ff6a8fa..689c23d1 100644 --- a/test/regress_thread.c +++ b/test/regress_thread.c @@ -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); -- 2.40.0