Skip to content

Commit a4a8e6e

Browse files
committed
use 15s again
1 parent edda8bc commit a4a8e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
2626
reporter: 'html',
2727
/* Timeout for each test in milliseconds. Defaults to 30 seconds. */
28-
timeout: 10000,
28+
timeout: 15000,
2929
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
3030
use: {
3131
/* Base URL to use in actions like `await page.goto('/')`. */

0 commit comments

Comments
 (0)