Skip to content

Commit

Permalink
test: support retry integration test failed cases (#6508)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Nov 7, 2024
1 parent 67efab7 commit c21b5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/utils/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ const { setDefaultOptions } = require('expect-puppeteer');
setDefaultOptions({ timeout: 30000 });

jest.setTimeout(1000 * 60 * 5);

jest.retryTimes(1);

0 comments on commit c21b5f6

Please sign in to comment.