summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");