From 9ca3c5b13fed9305be8f3287598e7f6341dfd202 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 5 Aug 2005 13:17:42 +0000 Subject: [PATCH] Be slightly more forgiving about timing [SVN r30483] --- test/test_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_thread.cpp b/test/test_thread.cpp index f6804690..2a9871c1 100644 --- a/test/test_thread.cpp +++ b/test/test_thread.cpp @@ -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()