diff --git a/package.json b/package.json index cf18d963..87780e12 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/test/integration/connection-pool/max-connection-tests.js b/test/integration/connection-pool/max-connection-tests.js index 3e40bf0c..68c0773f 100644 --- a/test/integration/connection-pool/max-connection-tests.js +++ b/test/integration/connection-pool/max-connection-tests.js @@ -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);