summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/indexbg_interrupts.js
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-04-24 16:44:00 -0400
committerEric Milkie <milkie@10gen.com>2014-04-24 16:44:05 -0400
commitc6d257962c8ca192f795a74fff8a73f36d28f7f9 (patch)
tree420d4b51ad011c6a8f50862369172a4d107ed33e /jstests/noPassthroughWithMongod/indexbg_interrupts.js
parent38711ac013df44b1bc928f868ee45a9ac93b3ffb (diff)
downloadmongo-c6d257962c8ca192f795a74fff8a73f36d28f7f9.tar.gz
SERVER-13726 standardize timeouts for slower builders
Diffstat (limited to 'jstests/noPassthroughWithMongod/indexbg_interrupts.js')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_interrupts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
index 49f2dbf9b21..09c75056ca2 100644
--- a/jstests/noPassthroughWithMongod/indexbg_interrupts.js
+++ b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
@@ -77,7 +77,7 @@ for (var idx = 0; idx < dropAction.length; idx++) {
// Wait for the secondary to get the index entry
assert.soon( function() {
return 2 == secondDB.system.indexes.count( {ns:dbname + "." + collection} ); },
- "index not created on secondary", 120000, 50 );
+ "index not created on secondary", 240000 );
jsTest.log("Index created and system.indexes entry exists on secondary");