From ec661f98dc37a789eba4466b46e94a105939d49a Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 23 Mar 2024 21:23:29 +0200 Subject: [PATCH] Update test_async.cpp --- tests/test_async.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_async.cpp b/tests/test_async.cpp index 0782c274..4a365d2e 100644 --- a/tests/test_async.cpp +++ b/tests/test_async.cpp @@ -98,7 +98,7 @@ TEST_CASE("multithread flush", "[async]") { size_t queue_size = 2; size_t messages = 10; size_t n_threads = 10; - size_t flush_count = 1024; + size_t flush_count = 2048; std::mutex mtx; std::vector errmsgs; {