Skip to content

Commit

Permalink
chore: up the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 3, 2024
1 parent b4519c6 commit 896e738
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: 20 * 1000 });
setDefaultOptions({ timeout: 60 * 1000 });

jest.retryTimes(ENV_DEFAULT.RETRY_ATTEMPTS);

Expand Down

0 comments on commit 896e738

Please sign in to comment.