Skip to content

Commit 03db328

Browse files
committed
Increased max time differences in tests to improve CI reliability.
Increased BOOST_THREAD_TEST_TIME_MS (a.k.a. max_diff) threshold that is used in many tests for checking wakeup time delays to 600 ms on systems other than Linux. This is to account increased delays on VMs that are used to run CI on BSD systems, which occasionally cause excessively long latencies in thread communication and wakeups.
1 parent fbeebd6 commit 03db328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/timming.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define BOOST_THREAD_TEST_TIME_MS 75
1515
#else
1616
// Windows, Cygwin, macOS all need this
17-
#define BOOST_THREAD_TEST_TIME_MS 400
17+
#define BOOST_THREAD_TEST_TIME_MS 600
1818
#endif
1919
#endif
2020

0 commit comments

Comments
 (0)