diff --git a/.github/workflows/tot-ci.yml b/.github/workflows/tot-ci.yml index c227d3cc..fae51c00 100644 --- a/.github/workflows/tot-ci.yml +++ b/.github/workflows/tot-ci.yml @@ -125,6 +125,6 @@ jobs: - name: Run unit tests in chrome headless uses: nick-invision/retry@v2 with: - command: xvfb-run --auto-servernum npm run test:chrome-headless + command: xvfb-run --auto-servernum npm run test:chrome:headless timeout_minutes: 10 max_attempts: 3