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:
@ -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,
|
||||
|
Reference in New Issue
Block a user