From f0fba59969d13a8639de3660007f720b00411a6c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 27 May 2022 16:30:19 -0600 Subject: [PATCH] [hb-shape-threads] Reduce num-iterations --- test/threads/hb-shape-threads.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/threads/hb-shape-threads.cc b/test/threads/hb-shape-threads.cc index 270ad582b..2b2723dec 100644 --- a/test/threads/hb-shape-threads.cc +++ b/test/threads/hb-shape-threads.cc @@ -65,7 +65,7 @@ std::condition_variable cv; std::mutex cv_m; static bool ready = false; -static unsigned num_repetitions = 4; +static unsigned num_repetitions = 1; static unsigned num_threads = 4; static void shape (bool is_var,