fix: all.test.ts

This commit is contained in:
ISA
2025-08-29 13:47:23 +02:00
parent 6df31455a9
commit 8850b0ffda
10 changed files with 180 additions and 82 deletions

View File

@@ -4,7 +4,7 @@ const CI = !!process.env.CI;
export default defineConfig({
testDir: "./playwright/tests",
timeout: 90_000,
timeout: 300_000,
expect: { timeout: 15_000 },
globalSetup: "./playwright/global-setup",