summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2014-02-20 08:14:15 -0500
committermatt dannenberg <matt.dannenberg@10gen.com>2014-02-20 11:20:45 -0500
commit6b2a91d4fd17e3d1a4d4a8aab001cd98903e4d09 (patch)
tree32fdd850caa9775b62bcf85fae487deeb0a851d2
parent3172b29a062d7480ab0b7e0b9a5f13cb271415c1 (diff)
downloadmongo-6b2a91d4fd17e3d1a4d4a8aab001cd98903e4d09.tar.gz
increase awaitReplication time in slowWeekly/replsets_prefetch_stress.js since it is timing out on windows builders
-rw-r--r--jstests/slowWeekly/replsets_prefetch_stress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slowWeekly/replsets_prefetch_stress.js b/jstests/slowWeekly/replsets_prefetch_stress.js
index 6b717c3d2f0..dcd523dd3a4 100644
--- a/jstests/slowWeekly/replsets_prefetch_stress.js
+++ b/jstests/slowWeekly/replsets_prefetch_stress.js
@@ -26,7 +26,7 @@ for( i = 0; i < 1000; ++i ) {
c.insert( { a:multikeyValues } );
}
master.getDB( 'd' ).getLastError();
-replTest.awaitReplication(90000);
+replTest.awaitReplication(300000);
// Check document counts on all nodes. On error a node might go down or fail to sync all data, see
// SERVER-6538.