Skip to content

Commit

Permalink
Bm/retries (#3)
Browse files Browse the repository at this point in the history
* adding retry count 2

* updating checks

* updating specs

* fixing test

* updating timeout
  • Loading branch information
BMayhew authored Aug 19, 2023
1 parent b6d5518 commit 2a18d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { TestOptions } from "./lib/pages";
require("dotenv").config();

export default defineConfig<APIRequestOptions & TestOptions>({
timeout: 30_000,
projects: [
{ name: "setup", testMatch: /.*\.setup\.ts/, fullyParallel: true },
{
Expand Down

0 comments on commit 2a18d55

Please sign in to comment.