mirror of
https://github.com/boostorg/thread.git
synced 2026-02-14 01:02:14 +00:00
Be slightly more forgiving about timing
[SVN r30483]
This commit is contained in:
@@ -41,7 +41,7 @@ void test_sleep()
|
||||
|
||||
// Ensure it's in a range instead of checking actual equality due to time
|
||||
// lapse
|
||||
BOOST_CHECK(in_range(xt));
|
||||
BOOST_CHECK(in_range(xt, 2));
|
||||
}
|
||||
|
||||
void do_test_creation()
|
||||
|
||||
Reference in New Issue
Block a user