Skip to content

Commit

Permalink
Retry Selenium test suite (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco authored Jul 13, 2023
1 parent c8fea54 commit a1b4834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/selenium/selenium-container.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { GenericContainer } from "../../generic-container/generic-container";
import { StartedTestContainer } from "../../test-container";
import path from "path";

jest.retryTimes(1);

describe("SeleniumContainer", () => {
jest.setTimeout(180_000);

Expand Down

0 comments on commit a1b4834

Please sign in to comment.