[tests] Another batch of timeout increases.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@174902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2013-02-11 21:04:34 +00:00
parent af4d161908
commit 6b875ef374
8 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ void f()
m.unlock();
m.unlock();
ns d = t1 - t0 - ms(250);
assert(d < ms(10)); // within 10ms
assert(d < ms(50)); // within 50ms
}
int main()