fix: increase CI timeout from 30 to 45 minutes

47 tests with 1 worker + real login flow exceeds 30 min timeout.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 16:12:15 +08:00
parent b2b69207e1
commit 90f3bbf442
+1 -1
View File
@@ -23,7 +23,7 @@ concurrency:
jobs:
playwright:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 45
permissions:
contents: read
steps: