summaryrefslogtreecommitdiff
path: root/dbtests/basictests.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-03 09:29:58 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-03 09:29:58 -0400
commit4dbf25dba0f4b55f9e3f1aea3e28ccac1603b1d3 (patch)
treed22c1482c076591c8c8ca034800f82141db0d78f /dbtests/basictests.cpp
parentd85c39b69df89a59bedfdc1f933e2925a1212737 (diff)
downloadmongo-4dbf25dba0f4b55f9e3f1aea3e28ccac1603b1d3.tar.gz
test robustness
Diffstat (limited to 'dbtests/basictests.cpp')
-rw-r--r--dbtests/basictests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/basictests.cpp b/dbtests/basictests.cpp
index ad978d3cfce..342e982bab6 100644
--- a/dbtests/basictests.cpp
+++ b/dbtests/basictests.cpp
@@ -201,7 +201,7 @@ namespace BasicTests {
t.reset();
sleepmillis( 1727 );
ASSERT( t.millis() >= 1000 );
- ASSERT( t.millis() <= 2000 );
+ ASSERT( t.millis() <= 2500 );
{
int total = 1200;