From ccc5e3142c8dcd9ff97641c352bca66b83be4028 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 13 Sep 2023 11:08:17 +0300 Subject: [PATCH] Further increase test timeout --- test/timming.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/timming.hpp b/test/timming.hpp index 6ae320e8d..09c51ff8e 100644 --- a/test/timming.hpp +++ b/test/timming.hpp @@ -14,7 +14,7 @@ #define BOOST_THREAD_TEST_TIME_MS 75 #else // Windows, Cygwin, macOS all need this -#define BOOST_THREAD_TEST_TIME_MS 250 +#define BOOST_THREAD_TEST_TIME_MS 400 #endif #endif