Skip to content

Commit da9f6ef

Browse files
committed
Remove global timeout
1 parent e088ba1 commit da9f6ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests-e2e/playwright.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ export default defineConfig({
3131

3232
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3333
trace: 'retain-on-failure',
34+
35+
// actionTimeout: 5000,
3436
},
3537

36-
timeout: 5000,
38+
// timeout: 5000,
3739

3840
/* Configure projects for major browsers */
3941
projects: [

0 commit comments

Comments
 (0)