From dd2e71ce97821d1d3fea08439f108da4ff51c6d0 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 7 Oct 2014 00:47:35 -0400 Subject: [PATCH] Fix max connection tests --- package.json | 2 +- test/integration/connection-pool/max-connection-tests.js | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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);