fix: Increase docs timeout to ensure tests pass.
This commit is contained in:
parent
b1bebd0b18
commit
7b0494a339
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user