Skip to content

Commit

Permalink
ci: lower playwright timeout to 11 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Jul 3, 2024
1 parent 8559b2a commit 0a567fe
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 @@ -10,6 +10,7 @@ import { defineConfig, devices } from "@playwright/test";
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 11 * 1000, // 11 seconds
testDir: "./e2e",
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit 0a567fe

Please sign in to comment.