From d026b997dcdd0ba0c5c940ff4725c27e34a4c134 Mon Sep 17 00:00:00 2001 From: Aaron Chambers Date: Tue, 14 Nov 2023 09:04:40 +0000 Subject: [PATCH] Add ember-try CI timeout --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}