$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84003 - trunk/libs/thread/test/sync/futures/async
From: vicente.botet_at_[hidden]
Date: 2013-04-21 11:04:05
Author: viboes
Date: 2013-04-21 11:04:05 EDT (Sun, 21 Apr 2013)
New Revision: 84003
URL: http://svn.boost.org/trac/boost/changeset/84003
Log:
Thread: let a little bit more time.
Text files modified: 
   trunk/libs/thread/test/sync/futures/async/async_pass.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/test/sync/futures/async/async_pass.cpp
==============================================================================
--- trunk/libs/thread/test/sync/futures/async/async_pass.cpp	(original)
+++ trunk/libs/thread/test/sync/futures/async/async_pass.cpp	2013-04-21 11:04:05 EDT (Sun, 21 Apr 2013)
@@ -147,7 +147,7 @@
     Clock::time_point t0 = Clock::now();
     BOOST_TEST(f.get() == 3);
     Clock::time_point t1 = Clock::now();
-    BOOST_TEST(t1 - t0 < ms(200));
+    BOOST_TEST(t1 - t0 < ms(300));
     } catch (std::exception& ex) {
       std::cout << __FILE__ <<"["<<__LINE__<<"]"<<ex.what() << std::endl;
       BOOST_TEST(false && "exception thrown");