mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Make tests harder to fail again
This commit is contained in:
parent
e7cc548bb2
commit
72fea46af8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 120
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
env:
|
||||
HEADLESS: 1
|
||||
with:
|
||||
max_attempts: 10
|
||||
max_attempts: 40
|
||||
timeout_minutes: 10
|
||||
retry_wait_seconds: 10
|
||||
command: |
|
||||
|
|
Loading…
Add table
Reference in a new issue