summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Galtsev <sergey.galtsev@mongodb.com>2021-11-03 07:43:11 -0700
committerSergey Galtsev <sergey.galtsev@mongodb.com>2021-11-03 07:43:11 -0700
commit1985fe94b386a6c0b8b1803133c25da1d252b12a (patch)
tree7c3c72ea2db143af6757833c3d1d35cba6379798
parent9bf0f7587aafc575b7f86345cb67990fbaca11f8 (diff)
downloadmongo-SERVER-61202.tar.gz
SERVER-61202 remove timing dependency in cluster_ip_allowlist_replsetSERVER-61202
-rw-r--r--jstests/auth/cluster_ip_allowlist_replset.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/cluster_ip_allowlist_replset.js b/jstests/auth/cluster_ip_allowlist_replset.js
index 9d97bc02f0e..2fbfeb4f5b3 100644
--- a/jstests/auth/cluster_ip_allowlist_replset.js
+++ b/jstests/auth/cluster_ip_allowlist_replset.js
@@ -56,7 +56,7 @@ assert.commandWorked(admin.runCommand({replSetReconfig: conf}));
thread.join();
jsTest.log("Verify that connections were denied");
-checkLog.containsJson(admin, 20240, {}, 0);
+checkLog.containsJson(admin, 20240, {}, 1);
replTest.awaitReplication();