mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Retry fewer times
The tests seem fairly reliable now
This commit is contained in:
parent
6a33e2775f
commit
2182b9f9fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
env:
|
||||
HEADLESS: 1
|
||||
with:
|
||||
max_attempts: 10
|
||||
max_attempts: 3
|
||||
timeout_minutes: 10
|
||||
retry_wait_seconds: 10
|
||||
command: |
|
||||
|
|
Loading…
Add table
Reference in a new issue