Skip to content

Commit 6390e7d

Browse files
committed
fixup
1 parent 66f1365 commit 6390e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/node-fetch/utils/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = class TestServer {
1313
console.log(err.stack)
1414
})
1515
this.server.on('connection', socket => {
16-
socket.setTimeout(310_000)
16+
socket.setTimeout(1500)
1717
})
1818
}
1919

0 commit comments

Comments
 (0)