Skip to content

Commit 990df2c

Browse files
authored
ci: less flaky test/request-timeout.js test (#3580)
1 parent 9ff7e90 commit 990df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/request-timeout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test('request timeout', async (t) => {
3131
const server = createServer((req, res) => {
3232
setTimeout(() => {
3333
res.end('hello')
34-
}, 1000)
34+
}, 2000)
3535
})
3636
after(() => server.close())
3737

0 commit comments

Comments
 (0)