Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 21, 2024
1 parent 4f41d84 commit b298663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/network/http/server.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('network.Server: ', () => {

it('should automatically close idle connections with setKeepAliveTimeout()', done => {
const ws = new Server(3000, log);
ws.setKeepAliveTimeout(1300);
ws.setKeepAliveTimeout(1500);
ws.onError(done).onListening(() => {
const options = {
hostname: '127.0.0.1',
Expand Down

0 comments on commit b298663

Please sign in to comment.