Skip to content

Commit bd94739

Browse files
committed
[misc] test stability improvement
1 parent 73cd7f9 commit bd94739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test-pool-callback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ describe('Pool callback', () => {
532532
assert.equal(pool.totalConnections(), 10);
533533
assert.equal(pool.idleConnections(), 0);
534534
console.log(pool.taskQueueSize());
535-
assert.isOk(pool.taskQueueSize() > 9950);
535+
assert.isOk(pool.taskQueueSize() > 9800);
536536
}
537537

538538
setTimeout(() => {

0 commit comments

Comments
 (0)