Skip to content

Commit

Permalink
test: when the pool is closed, it should clean up timers.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxling committed Jan 18, 2024
1 parent 70d6447 commit a0fe822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test-pool-release-idle-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pool.getConnection((err1, connection1) => {
connection4.release();
connection4.destroy();
pool.end();
setTimeout(() => process.exit(0), 1000);
});
}, 7000);
});
Expand Down

0 comments on commit a0fe822

Please sign in to comment.