Skip to content

Commit

Permalink
only max retries
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 10, 2024
1 parent af85aaa commit d181c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/__tests__/e2e/puppeteer.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as ENV_DEFAULT from "../../../environment.default.json";
// a test can take more time to finish, so we don't want
// jest to shut off the test too soon
jest.setTimeout(2 * 60 * 1000);
setDefaultOptions({ timeout: 90 * 1000 });
setDefaultOptions({ timeout: 60 * 1000 });

jest.retryTimes(ENV_DEFAULT.RETRY_ATTEMPTS);

Expand Down

0 comments on commit d181c1c

Please sign in to comment.