Browse Source

test(playwright): revise timeout and add url

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
018150d864
  1. 3
      tests/playwright/playwright.config.ts

3
tests/playwright/playwright.config.ts

@ -109,6 +109,7 @@ export default defineConfig({
reuseExistingServer: !process.env.CI, reuseExistingServer: !process.env.CI,
stdout: 'ignore', stdout: 'ignore',
stderr: 'pipe', stderr: 'pipe',
timeout: 120 * 1000, timeout: 300000,
url: 'http://localhost:3000',
}, },
}); });

Loading…
Cancel
Save