mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-29 14:47:56 +00:00
Fix issue with relative path in web worker (#169)
This commit is contained in:
committed by
GitHub
parent
fe1b3258d2
commit
888723eb0d
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user