2
0
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:
Douglas Gregor
2005-08-05 13:17:42 +00:00
parent 7445f79dd4
commit 9ca3c5b13f

View File

@@ -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()