Skip to content

Commit

Permalink
test(fetch-engine): bump timeout to 200s
Browse files Browse the repository at this point in the history
120s is often not enough on macOS GitHub Action runner
  • Loading branch information
Jolg42 committed Jul 18, 2022
1 parent b2e754f commit cdfa546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fetch-engine/src/__tests__/download.test.ts
Expand Up @@ -14,7 +14,7 @@ console.debug({ CURRENT_ENGINES_HASH })
const FIXED_ENGINES_HASH = 'da41d2bb3406da22087b849f0e911199ba4fbf11'
const dirname = process.platform === 'win32' ? __dirname.split(path.sep).join('/') : __dirname

jest.setTimeout(120_000)
jest.setTimeout(200_000)

describe('download', () => {
beforeEach(async () => {
Expand Down

0 comments on commit cdfa546

Please sign in to comment.