summaryrefslogtreecommitdiff
path: root/jstests/slowWeekly/replsets_prefetch_stress.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/slowWeekly/replsets_prefetch_stress.js')
-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.