From 841c408a427ee9a1820ddce23fe1ce8c44f21e1a Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Fri, 17 May 2024 17:08:47 -0700 Subject: [PATCH] add timeout --- .github/workflows/ci-frontend-a11y.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend-a11y.yml b/.github/workflows/ci-frontend-a11y.yml index ac87df522..4347327f3 100644 --- a/.github/workflows/ci-frontend-a11y.yml +++ b/.github/workflows/ci-frontend-a11y.yml @@ -41,7 +41,7 @@ jobs: run: npm run dev & - name: Wait for server to be ready - run: npx wait-on http://localhost:3000 + run: npx wait-on http://localhost:3000 --timeout 60000 --log-level verbose - name: Run pa11y-ci run: npm run test:pa11y 2>&1 | tee pa11y_output.txt