Skip to content

Commit

Permalink
chore(test): increase timeout in cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 28, 2022
1 parent 438a98e commit 43eb3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-dev/__tests__/cli-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const TEMP_DIR = path.join(
`remix-tests-${Math.random().toString(32).slice(2)}`
);

jest.setTimeout(30_000);
beforeAll(async () => {
await fse.remove(TEMP_DIR);
await fse.ensureDir(TEMP_DIR);
Expand Down

0 comments on commit 43eb3d8

Please sign in to comment.