diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd378472..61f48f72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: ${{ matrix.allow-failure }} needs: test + timeout-minutes: 10 strategy: fail-fast: true @@ -187,4 +188,4 @@ jobs: run: yarn install --no-lockfile --non-interactive - name: Test - run: yarn test:ember --launch ${{ matrix.browser }} \ No newline at end of file + run: yarn test:ember --launch ${{ matrix.browser }}