chore: ignore test-results and raise AI test timeouts

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 17:01:25 +08:00
parent df75d9c560
commit 0a054606fe
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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: {