Increase CI job timeout

This commit is contained in:
Gabe Kangas
2023-01-16 11:36:40 -08:00
committed by GitHub
parent 029dba0808
commit 07195fdf93

View File

@@ -31,6 +31,6 @@ jobs:
- name: Run Browser tests - name: Run Browser tests
uses: nick-fields/retry@v2 uses: nick-fields/retry@v2
with: with:
timeout_minutes: 10 timeout_minutes: 20
max_attempts: 3 max_attempts: 3
command: cd test/automated/browser && ./run.sh command: cd test/automated/browser && ./run.sh