chore: inclrease test timeout

This commit is contained in:
Bijin A B
2026-03-21 18:02:35 +05:30
parent 8ad8aa2d2f
commit b3bb8c4195
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
e2e-test:
name: Playwright E2E Tests (Linux)
timeout-minutes: 90
timeout-minutes: 120
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6

View File

@@ -40,7 +40,7 @@ jobs:
e2e-test:
name: Playwright E2E Tests (macOS)
timeout-minutes: 90
timeout-minutes: 150
runs-on: macos-latest
steps:
- uses: actions/checkout@v6

View File

@@ -48,7 +48,7 @@ jobs:
e2e-test:
name: Playwright E2E Tests (Windows)
timeout-minutes: 90
timeout-minutes: 120
runs-on: windows-latest
steps:
- uses: actions/checkout@v6