0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

ms, not seconds MINOR

This commit is contained in:
Kristina Chodorow 2010-11-10 21:41:45 -05:00
parent 21bed454ab
commit 57e5be0251

View File

@ -95,7 +95,7 @@ replTest.stop(1);
print("8. Eventually it should become a secondary");
print("if initial sync has started, this will cause it to fail and sleep for 5 minutes");
sleep(5*3600);
sleep(5*3600*1000);
wait(function() {
var status = admin_s2.runCommand({replSetGetStatus:1});
occasionally(function() { printjson(status); });