Fix max connection tests
This commit is contained in:
parent
69243ea212
commit
dd2e71ce97
@ -23,7 +23,7 @@
|
||||
"nan": "~1.3.0",
|
||||
"packet-reader": "0.2.0",
|
||||
"pg-connection-string": "0.1.1",
|
||||
"pg-native": "1.0.1",
|
||||
"pg-native": "1.0.2",
|
||||
"pg-types": "1.4.0",
|
||||
"pgpass": "0.0.3"
|
||||
},
|
||||
|
@ -1,4 +1,2 @@
|
||||
var helper = require(__dirname + "/test-helper")
|
||||
return console.log('BAD RACE CONDITION');
|
||||
helper.testPoolSize(10);
|
||||
helper.testPoolSize(11);
|
||||
helper.testPoolSize(40);
|
||||
|
Loading…
Reference in New Issue
Block a user