We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edda8bc commit a4a8e6eCopy full SHA for a4a8e6e
playwright.config.ts
@@ -25,7 +25,7 @@ export default defineConfig({
25
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
26
reporter: 'html',
27
/* Timeout for each test in milliseconds. Defaults to 30 seconds. */
28
- timeout: 10000,
+ timeout: 15000,
29
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
30
use: {
31
/* Base URL to use in actions like `await page.goto('/')`. */
0 commit comments