Skip to content

Commit

Permalink
Increase timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Oct 5, 2023
1 parent 8d57481 commit a503950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jestPreviewConfigure({
// Opt-in to automatic mode to preview failed test case automatically.
autoPreview: true,
});

jest.setTimeout(15000);

0 comments on commit a503950

Please sign in to comment.