Fix issue with relative path in web worker (#169)

This commit is contained in:
Sebastian Miasojed
2025-01-22 23:58:47 +01:00
committed by GitHub
parent fe1b3258d2
commit 888723eb0d
2 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
},
timeout: 120000,
timeout: 480000,
/* Configure projects for major browsers */
projects: [
{