🔧(frontend) increase test-e2e-other-browser action timeout

It was failing at 20min, increase the timeout to 30 min
This commit is contained in:
Olivier Laurendeau
2025-08-15 18:19:44 +02:00
committed by Anthony LC
parent d1cbdfd819
commit 75f2e547e0

View File

@@ -101,7 +101,7 @@ jobs:
test-e2e-other-browser:
runs-on: ubuntu-latest
needs: test-e2e-chromium
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v4