Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(jest): Increase jest timeout to 5mins (#290)
Browse files Browse the repository at this point in the history
<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:

Increase jest timeout preset to 5mins from 4 mins

#### Which issue(s) will this PR fix?:

<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Fixes #

#### Additional comments?:

Signed-off-by: Joel-David Wong <4586209+joeldavidw@users.noreply.github.com>
  • Loading branch information
joeldavidw committed Sep 18, 2023
1 parent 136338b commit 62de275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module.exports = {
reporters: ['default', 'github-actions'],
coverageReporters: ['json', 'json-summary'],
setupFilesAfterEnv: ['jest-extended/all'],
testTimeout: 240000,
testTimeout: 300000,
};

0 comments on commit 62de275

Please sign in to comment.