Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal-tests/src/__tests__/issues.spec.ts
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ const fsExists = async (filePath: string) => {
// const fsStat = promisify(fs.stat)

// this test can be a bit slower in CI sometimes
jest.setTimeout(10000)
jest.setTimeout(30000)

describe('Handle unhappy paths', () => {
let env: TestEnviromnent

0 comments on commit 3909098

Please sign in to comment.