From 7b0494a33944fe463d31e90679ee963932f74bd7 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Tue, 26 Oct 2021 11:20:41 -0400 Subject: [PATCH] fix: Increase docs timeout to ensure tests pass. --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index b02dcf6..5227349 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -401,7 +401,7 @@ jobs: - name: Test docs prettier check run: cd docs && npm run prettier:check - name: Test docs start (webpack-dev-server) - run: cd docs && timeout -s SIGINT 20 npm run start & + run: cd docs && timeout -s SIGINT 60 npm run start & - run: sleep 15 - name: Test docs wget (webpack-dev-server) run: wget http://localhost:3000