Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 27, 2022
1 parent 66f1365 commit 6390e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node-fetch/utils/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = class TestServer {
console.log(err.stack)
})
this.server.on('connection', socket => {
socket.setTimeout(310_000)
socket.setTimeout(1500)
})
}

Expand Down

0 comments on commit 6390e7d

Please sign in to comment.