Skip to content

Commit

Permalink
Add retry counter to wordlist tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtusnio committed Aug 26, 2024
1 parent e8f2219 commit bf9b08b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser_tests/wordlist.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import * as utils from "./utils";
let browser = null;
let worker = null

jest.retryTimes(3);

beforeEach(async () => {
const setupData = await utils.setupBrowser()
browser = setupData.browser
Expand Down

0 comments on commit bf9b08b

Please sign in to comment.