diff options
-rw-r--r-- | jstests/noPassthroughWithMongod/initial_sync_oplog_rollover.js | 2 | ||||
-rw-r--r-- | jstests/replsets/initialsync_with_write_load.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/initial_sync_oplog_rollover.js b/jstests/noPassthroughWithMongod/initial_sync_oplog_rollover.js index 55cc54418a9..9904f61b6b1 100644 --- a/jstests/noPassthroughWithMongod/initial_sync_oplog_rollover.js +++ b/jstests/noPassthroughWithMongod/initial_sync_oplog_rollover.js @@ -56,7 +56,7 @@ } } return false; - }, 'Did not see a log entry containing the following message: ' + msg, 10000, 1000); + }, 'Did not see a log entry containing the following message: ' + msg); }; checkLog(secondary, 'initial sync - initialSyncHangBeforeCopyingDatabases fail point enabled'); diff --git a/jstests/replsets/initialsync_with_write_load.js b/jstests/replsets/initialsync_with_write_load.js index 40dcc015d87..74ae28e9df1 100644 --- a/jstests/replsets/initialsync_with_write_load.js +++ b/jstests/replsets/initialsync_with_write_load.js @@ -58,7 +58,7 @@ var work = function() { else sleep(1); } - print("finshing loadgen"); + print("finishing loadgen"); }; // insert enough that resync node has to go through oplog replay in each step var loadGen = startParallelShell(work, replTest.ports[0]); |