We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f1365 commit 6390e7dCopy full SHA for 6390e7d
1 file changed
test/node-fetch/utils/server.js
@@ -13,7 +13,7 @@ module.exports = class TestServer {
13
console.log(err.stack)
14
})
15
this.server.on('connection', socket => {
16
- socket.setTimeout(310_000)
+ socket.setTimeout(1500)
17
18
}
19
0 commit comments