chore: add retries to linux-tot-checks (#8347)
This commit is contained in:
parent
1bf8bb3c22
commit
785abf455a
6
.github/workflows/tot.yml
vendored
6
.github/workflows/tot.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
CHROMIUM: true
|
CHROMIUM: true
|
||||||
HEADLESS: true
|
HEADLESS: true
|
||||||
with:
|
with:
|
||||||
max_attempts: 1
|
max_attempts: 3
|
||||||
command: xvfb-run --auto-servernum npm run unit
|
command: xvfb-run --auto-servernum npm run unit
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
CHROMIUM: true
|
CHROMIUM: true
|
||||||
HEADLESS: false
|
HEADLESS: false
|
||||||
with:
|
with:
|
||||||
max_attempts: 1
|
max_attempts: 3
|
||||||
command: xvfb-run --auto-servernum npm run unit
|
command: xvfb-run --auto-servernum npm run unit
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
|
|
||||||
@ -69,6 +69,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CHROMIUM: true
|
CHROMIUM: true
|
||||||
with:
|
with:
|
||||||
max_attempts: 1
|
max_attempts: 3
|
||||||
command: xvfb-run --auto-servernum npm run chrome-headless-unit
|
command: xvfb-run --auto-servernum npm run chrome-headless-unit
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user