From 1985fe94b386a6c0b8b1803133c25da1d252b12a Mon Sep 17 00:00:00 2001 From: Sergey Galtsev Date: Wed, 3 Nov 2021 07:43:11 -0700 Subject: SERVER-61202 remove timing dependency in cluster_ip_allowlist_replset --- jstests/auth/cluster_ip_allowlist_replset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1