mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Try to make builds more reliable
The ESR builds have a habit of failing about 1 in 30 times.
This commit is contained in:
parent
6247bbbc92
commit
c91c331870
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
env:
|
||||
HEADLESS: 1
|
||||
with:
|
||||
max_attempts: 20
|
||||
max_attempts: 40
|
||||
timeout_minutes: 10
|
||||
retry_wait_seconds: 10
|
||||
command: |
|
||||
|
|
Loading…
Add table
Reference in a new issue