Skip to content

Commit dd2e71c

Browse files
committed
Fix max connection tests
1 parent 69243ea commit dd2e71c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nan": "~1.3.0",
2424
"packet-reader": "0.2.0",
2525
"pg-connection-string": "0.1.1",
26-
"pg-native": "1.0.1",
26+
"pg-native": "1.0.2",
2727
"pg-types": "1.4.0",
2828
"pgpass": "0.0.3"
2929
},
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
var helper = require(__dirname + "/test-helper")
2-
return console.log('BAD RACE CONDITION');
3-
helper.testPoolSize(10);
4-
helper.testPoolSize(11);
2+
helper.testPoolSize(40);

0 commit comments

Comments
 (0)