Skip to content

Commit

Permalink
chore: add retries to linux-tot-checks (#8347)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 13, 2022
1 parent 1bf8bb3 commit 785abf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tot.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
CHROMIUM: true
HEADLESS: true
with:
max_attempts: 1
max_attempts: 3
command: xvfb-run --auto-servernum npm run unit
timeout_minutes: 10

Expand All @@ -59,7 +59,7 @@ jobs:
CHROMIUM: true
HEADLESS: false
with:
max_attempts: 1
max_attempts: 3
command: xvfb-run --auto-servernum npm run unit
timeout_minutes: 10

Expand All @@ -69,6 +69,6 @@ jobs:
env:
CHROMIUM: true
with:
max_attempts: 1
max_attempts: 3
command: xvfb-run --auto-servernum npm run chrome-headless-unit
timeout_minutes: 10

0 comments on commit 785abf4

Please sign in to comment.