Increased BOOST_THREAD_TEST_TIME_MS yet more because of test failures on Windows.

This commit is contained in:
Andrey Semashev
2026-07-03 21:57:51 +03:00
parent 3f285e5600
commit 608459ab7c
+1 -1
View File
@@ -14,7 +14,7 @@
#define BOOST_THREAD_TEST_TIME_MS 75
#else
// Windows, Cygwin, macOS all need this
#define BOOST_THREAD_TEST_TIME_MS 600
#define BOOST_THREAD_TEST_TIME_MS 700
#endif
#endif