Skip to content

Commit 3915e11

Browse files
committed
test: increase server selection timeout for flakey test
1 parent 43d461e commit 3915e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/functional/server_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ describe('Server tests', function() {
995995

996996
const config = this.configuration;
997997
var client = config.newTopology(server.address().host, server.address().port, {
998-
serverSelectionTimeoutMS: 10
998+
serverSelectionTimeoutMS: 500
999999
});
10001000

10011001
client.on('error', error => {

0 commit comments

Comments
 (0)