Skip to content

Commit

Permalink
Increased playwright test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-mardeni committed Apr 11, 2024
1 parent b3a3ffc commit 7b78afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "@playwright/test";

export default defineConfig({
timeout: 60000,
timeout: 90000,
webServer: {
command: "npm run start",
url: "http://127.0.0.1:3000",
Expand Down

0 comments on commit 7b78afb

Please sign in to comment.