Browse Source
Increase sleep time for starting up maker & taker
feature/integration-tests
Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
2 additions and
2 deletions
-
.github/workflows/ci.yml
|
|
@ -77,10 +77,10 @@ jobs: |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
target/debug/maker --data-dir=/tmp/maker --generate-seed & |
|
|
|
sleep 5s # Wait for maker to start |
|
|
|
sleep 10s # Wait for maker to start |
|
|
|
|
|
|
|
target/debug/taker --data-dir=/tmp/taker --generate-seed & |
|
|
|
sleep 5s # Wait for taker to start |
|
|
|
sleep 10s # Wait for taker to start |
|
|
|
|
|
|
|
curl --fail http://localhost:8000/api/alive |
|
|
|
curl --fail http://localhost:8001/api/alive |
|
|
|