Fix max connection tests

This commit is contained in:
Brian M. Carlson 2014-10-07 00:47:35 -04:00
parent 69243ea212
commit dd2e71ce97
2 changed files with 2 additions and 4 deletions

View File

@ -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"
},

View File

@ -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);