summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Li <alex.li@mongodb.com>2022-11-28 18:34:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-09 17:13:30 +0000
commitd32023d649ae2203146cb49a5a7266812a0ac754 (patch)
treeefc48ea71cbbab2a553465ee12695a320144bca6
parentd4b0442a5b0ddf6351940c3722908a88ac1de181 (diff)
downloadmongo-d32023d649ae2203146cb49a5a7266812a0ac754.tar.gz
SERVER-71373 Extend timeout in predictive_connpool.js
(cherry picked from commit fb9a90554f0ef958457dba78a752003071385534)
-rw-r--r--jstests/noPassthrough/predictive_connpool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/predictive_connpool.js b/jstests/noPassthrough/predictive_connpool.js
index be307a6e318..ba649acbe9b 100644
--- a/jstests/noPassthrough/predictive_connpool.js
+++ b/jstests/noPassthrough/predictive_connpool.js
@@ -105,7 +105,7 @@ function hasConnPoolStats(args) {
return hosts.map(host => checkStats(res, host)).every(x => x);
}
- assert.soon(checkAllStats, "Check #" + checkNum + " failed", 10000);
+ assert.soon(checkAllStats, "Check #" + checkNum + " failed");
jsTestLog("Check #" + checkNum + " successful");
}