summaryrefslogtreecommitdiff
path: root/jstests/replsets/tags.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tags.js')
-rw-r--r--jstests/replsets/tags.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tags.js b/jstests/replsets/tags.js
index 13b1ee40a40..f04158d8c84 100644
--- a/jstests/replsets/tags.js
+++ b/jstests/replsets/tags.js
@@ -88,7 +88,7 @@
},
});
- replTest.waitForState(replTest.nodes[2], ReplSetTest.State.PRIMARY, 60 * 1000);
+ replTest.waitForState(replTest.nodes[2], ReplSetTest.State.PRIMARY);
replTest.awaitReplication();
// Create collection to guard against timeouts due to file allocation.