Browse Source

Increase sleep time for starting up maker & taker

feature/integration-tests
Thomas Eizinger 3 years ago
parent
commit
8a0695c0b6
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 4
      .github/workflows/ci.yml

4
.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

Loading…
Cancel
Save