Skip to content

Commit

Permalink
Fix max connection tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Oct 7, 2014
1 parent 69243ea commit dd2e71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down
4 changes: 1 addition & 3 deletions 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);

0 comments on commit dd2e71c

Please sign in to comment.