Skip to content

Commit

Permalink
ci: less flaky test/request-timeout.js test (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Sep 11, 2024
1 parent 9ff7e90 commit 990df2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/request-timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('request timeout', async (t) => {
const server = createServer((req, res) => {
setTimeout(() => {
res.end('hello')
}, 1000)
}, 2000)
})
after(() => server.close())

Expand Down

0 comments on commit 990df2c

Please sign in to comment.