Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Apr 8, 2021
1 parent 1f530b0 commit 5db8671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/http.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ describe('http', function () {
})

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

0 comments on commit 5db8671

Please sign in to comment.