From b88a8635f1b731ca37a137923f6218c74e5d2288 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Mon, 27 Jan 2020 10:30:36 +0100 Subject: [PATCH] Reduce stress timer test number of timers --- lib/test/common/timer_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test/common/timer_test.cc b/lib/test/common/timer_test.cc index 13359f0cc..ce725bb2b 100644 --- a/lib/test/common/timer_test.cc +++ b/lib/test/common/timer_test.cc @@ -231,7 +231,7 @@ static void timers2_test4_thread() int timers2_test4() { timer_handler timers; - uint32_t nof_timers = 128; + uint32_t nof_timers = 32; std::mt19937 mt19937(4); std::uniform_real_distribution real_dist(0.0f, 1.0f);