Skip to content

Commit c4ce4ce

Browse files
committed
chore: increase timeout
1 parent 5c5c782 commit c4ce4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/http.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ describe('http', function () {
156156
})
157157

158158
it('progress events', async function () {
159+
this.timeout(10000)
159160
let upload = 0
160161
const body = new Uint8Array(1000000 / 2)
161162
const request = await HTTP.post(`${ECHO_SERVER}/echo`, {

0 commit comments

Comments
 (0)