summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/thread.condition
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-02-08 18:26:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-02-08 18:26:55 +0000
commitceb47bb06da130fdde7453f2804aff7ba1e15d9e (patch)
treec81263ab4d9a0caf508f12427c9f14469d1bd66e /libcxx/test/thread/thread.condition
parent62fe7a5b173b29bfeaafdb78977c18000960c2f3 (diff)
downloadbcm5719-llvm-ceb47bb06da130fdde7453f2804aff7ba1e15d9e.tar.gz
bcm5719-llvm-ceb47bb06da130fdde7453f2804aff7ba1e15d9e.zip
[tests] Another batch of timeout increases.
llvm-svn: 174726
Diffstat (limited to 'libcxx/test/thread/thread.condition')
-rw-r--r--libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp2
-rw-r--r--libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp b/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
index 2fa6345efb0..476cec50df7 100644
--- a/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
+++ b/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
@@ -65,7 +65,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);
}
++runs;
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);
}
OpenPOWER on IntegriCloud