Skip to content

Commit

Permalink
ci: less flaky test/request-timeout.js test (#3580) (#3678)
Browse files Browse the repository at this point in the history
(cherry picked from commit 990df2c)

Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
  • Loading branch information
github-actions[bot] and Uzlopak authored Oct 4, 2024
1 parent d047e99 commit 5b1e534
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 5b1e534

Please sign in to comment.