mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Reduce retry wait seconds
This commit is contained in:
parent
7a7ee50155
commit
fd765e4759
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
|
@ -68,6 +68,7 @@ jobs:
|
|||
with:
|
||||
max_attempts: 100
|
||||
timeout_minutes: 10
|
||||
retry_wait_seconds: 1
|
||||
command: yarn jest
|
||||
# - name: Test (Chrome, Linux)
|
||||
# if: matrix.browser == 'chrome' && matrix.os == 'ubuntu'
|
||||
|
|
|
|||
Loading…
Reference in a new issue