Skip to content

Commit

Permalink
chore: increase timeout for windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 10, 2022
1 parent 2623543 commit d520f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/puppeteer/test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ describe('basic', async() => {
console.error(e)
expect(e).toBeUndefined()
}
})
}, 60_000)
})

0 comments on commit d520f1e

Please sign in to comment.