summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2015-11-30 05:12:28 -0500
committermatt dannenberg <matt.dannenberg@10gen.com>2015-11-30 05:43:08 -0500
commit93521085a7dd980770fb5a8a7e69c6662d4d6e8c (patch)
treeb815bd4e47e72c85e6d8dd0f7ead1b871fb44d35
parentb76257f1921451c2c3249d18ae9c43bc35b5a09e (diff)
downloadmongo-93521085a7dd980770fb5a8a7e69c6662d4d6e8c.tar.gz
SERVER-21695 fix rollback_index.js
-rw-r--r--jstests/replsets/rollback_index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/rollback_index.js b/jstests/replsets/rollback_index.js
index 17a230bbd5b..83e8df5b9a6 100644
--- a/jstests/replsets/rollback_index.js
+++ b/jstests/replsets/rollback_index.js
@@ -78,7 +78,7 @@ replTest.awaitReplication();
replTest.awaitSecondaryNodes();
// Perform a write that should succeed if there's no unique index on B.
-options = {writeConcern: {w: 'majority', wtimeout: 5000}};
+options = {writeConcern: {w: 'majority', wtimeout: 10000}};
assert.writeOK(a_conn.getDB(name).foo.insert({x: 1}, options));
// Check collections and indexes.