Increase CI job timeout
This commit is contained in:
2
.github/workflows/browser-testing.yml
vendored
2
.github/workflows/browser-testing.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user