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