node-postgres/test/integration/connection-pool/waiting-connection-tests.js

4 lines
136 B
JavaScript
Raw Normal View History

var helper = require(__dirname + "/test-helper")
2014-09-15 09:11:51 +08:00
return console.log("WAITING OF POOL SIZE 200 DOES NOT WORK")
helper.testPoolSize(200);