set global test timeout using the Playwright config (#3330)

set global test timeout

Co-authored-by: ryanrosello-og <ry@zoo.dev>
This commit is contained in:
ryanrosello-og
2024-08-08 20:49:16 +10:00
committed by GitHub
parent e295f82495
commit 11a94cc99e

View File

@ -10,6 +10,7 @@ import { defineConfig, devices } from '@playwright/test'
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 120_000, // override the default 30s timeout
testDir: './e2e/playwright',
/* Run tests in files in parallel */
fullyParallel: true,