diff options
Diffstat (limited to 'libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp')
-rw-r--r-- | libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp b/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp index 8421425269f..b7a4b3a191c 100644 --- a/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp +++ b/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp @@ -75,7 +75,7 @@ void f() } else { - assert(t1 - t0 - Clock::duration(250) < Clock::duration(5)); + assert(t1 - t0 - Clock::duration(250) < Clock::duration(50)); assert(test2 == 0); assert(!r); } |