Skip to content

Commit

Permalink
test: retry test three times
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon committed Nov 16, 2020
1 parent c855108 commit 775d86c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setupTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

process.env.CHOKIDAR_USEPOLLING = true;
jest.setTimeout(120000);

// retry 3 times for flaky tests
jest.retryTimes(3);

0 comments on commit 775d86c

Please sign in to comment.