summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2017-08-25 13:24:27 -0400
committerSpencer T Brody <spencer@mongodb.com>2017-08-25 13:24:27 -0400
commit67aaaf319b637024ef053ca81b3f945224a88759 (patch)
tree1e539dfb1fc90ff23dece08b58428c7f5990279c
parent1afa3b3b9631ccd38180bfd4305d3f0ece8a2fff (diff)
downloadmongo-67aaaf319b637024ef053ca81b3f945224a88759.tar.gz
SERVER-30835 Increase wtimeout in auth2.js test
-rw-r--r--jstests/replsets/auth2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/auth2.js b/jstests/replsets/auth2.js
index a54e88c6990..6169aa55b67 100644
--- a/jstests/replsets/auth2.js
+++ b/jstests/replsets/auth2.js
@@ -46,7 +46,7 @@
print("add an admin user");
master.getDB("admin").createUser({user: "foo", pwd: "bar", roles: jsTest.adminUserRoles},
- {w: 3, wtimeout: 30000});
+ {w: 3, wtimeout: replSetTest.kDefaultTimeoutMS});
var m = replSetTest.nodes[0];
print("starting 1 and 2 with key file");