Skip to content

Commit

Permalink
tests: adjust timing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Sep 12, 2022
1 parent bb3f60d commit 7071074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path'
import { waitForInnerHtml } from '../helpers'
import { serve } from '../runners'

jest.retryTimes(2)
jest.retryTimes(3)

test('crx page update on hmr', async () => {
const src = path.join(__dirname, 'src')
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/tests/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ expect.extend({
})

if (process.env.TIMEOUT) jest.setTimeout(parseInt(process.env.TIMEOUT))
else jest.setTimeout(45000)
else jest.setTimeout(30000)

0 comments on commit 7071074

Please sign in to comment.