fix: Increase docs timeout to ensure tests pass.

This commit is contained in:
Peter Johanson 2021-10-26 11:20:41 -04:00 committed by Pete Johanson
parent b1bebd0b18
commit 7b0494a339

View File

@ -401,7 +401,7 @@ jobs:
- name: Test docs prettier check - name: Test docs prettier check
run: cd docs && npm run prettier:check run: cd docs && npm run prettier:check
- name: Test docs start (webpack-dev-server) - 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 - run: sleep 15
- name: Test docs wget (webpack-dev-server) - name: Test docs wget (webpack-dev-server)
run: wget http://localhost:3000 run: wget http://localhost:3000