summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard_insert_getlasterror_w2.js
diff options
context:
space:
mode:
authorgregs <greg@10gen.com>2011-04-25 19:56:06 -0400
committergregs <greg@10gen.com>2011-04-25 19:57:45 -0400
commitaa0495a4b62428d0c0d6d2633c65a2e2128d55af (patch)
tree25953a4fe4800a2d62022676e5b6445dc8f48ac8 /jstests/sharding/shard_insert_getlasterror_w2.js
parent6598de203916e07d07807a7e40da98b8ee937894 (diff)
downloadmongo-aa0495a4b62428d0c0d6d2633c65a2e2128d55af.tar.gz
allow sharding failover to take longer for sharding tests (test_4)
Diffstat (limited to 'jstests/sharding/shard_insert_getlasterror_w2.js')
-rw-r--r--jstests/sharding/shard_insert_getlasterror_w2.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/shard_insert_getlasterror_w2.js b/jstests/sharding/shard_insert_getlasterror_w2.js
index c722f216e64..1e0266dcc7d 100644
--- a/jstests/sharding/shard_insert_getlasterror_w2.js
+++ b/jstests/sharding/shard_insert_getlasterror_w2.js
@@ -75,7 +75,8 @@ function go() {
return false;
}
return true;
- });
+ }, "Queries took too long to complete correctly.",
+ 2 * 60 * 1000 );
// Done
routerSpec.end()