Skip to content

Commit 88b98c5

Browse files
committed
NODE-493 made test connecting with 2000 sockets
1 parent a5d2cb9 commit 88b98c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/connection_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports['Should correctly connect to server using big connection pool'] = {
5353

5454
// The actual test we wish to run
5555
test: function(configuration, test) {
56-
var db = configuration.newDbInstance({w:1}, {poolSize:500, auto_reconnect:true});
56+
var db = configuration.newDbInstance({w:1}, {poolSize:2000, auto_reconnect:true});
5757
db.on('open', function() {
5858
db.close();
5959
test.done();

0 commit comments

Comments
 (0)