Skip to content

Commit

Permalink
jest setTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Mar 6, 2020
1 parent 71db811 commit 9b6d857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storyshots.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (process.platform === 'linux') {

process.env.SEED = JSON.stringify(584);
process.env.DISABLE_BROWSER_SYNC = JSON.stringify(true);
jest.setTimeout(60000);
jest.setTimeout(600000);

initStoryshots();

Expand Down

0 comments on commit 9b6d857

Please sign in to comment.