Add sleep 1 after starting webserver

This commit is contained in:
Alessio 2023-08-20 11:44:09 -03:00
parent 450df74ba8
commit d6e0ef82b9

View File

@ -31,6 +31,7 @@ pipeline:
- ./compile.sh - ./compile.sh
- ./tw --profile ../sample_data/profile --addr localhost:1000 webserver & - ./tw --profile ../sample_data/profile --addr localhost:1000 webserver &
- curl localhost:1000/cernovich - curl localhost:1000/cernovich
- sleep 1
- jobs -p | xargs -I{} kill -- -{} - jobs -p | xargs -I{} kill -- -{}
version_bump_test: version_bump_test: