chore: ignore test-results and raise AI test timeouts
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test'
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './e2e',
|
||||
timeout: 120_000,
|
||||
timeout: 180_000,
|
||||
workers: 1,
|
||||
globalSetup: './e2e/global-setup.ts',
|
||||
use: {
|
||||
|
||||
Reference in New Issue
Block a user