Skip to content

Commit 59391fb

Browse files
committed
Increase pool.poolTimeout threshold in tests to make suite more portable
1 parent f8655b2 commit 59391fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/poolTimeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('11. poolTimeout.js', function(){
5353
poolMin : 1,
5454
poolMax : 5,
5555
poolIncrement : 2,
56-
poolTimeout : 2,
56+
poolTimeout : 5,
5757
stmtCacheSize : 23
5858
},
5959
function(err, pooling){

0 commit comments

Comments
 (0)