Skip to content

Commit

Permalink
fix: wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Oct 6, 2023
1 parent 63c1f92 commit 3657463
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-on-droplet-debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
export DROPLET_IPV4="$(doctl compute droplet get aleph-vm-ci-debian-11 --output json | ./.github/scripts/extract_droplet_ipv4.py)"
sleep 3
curl --retry 5 --max-time 10 --fail "http://${DROPLET_IPV4}:4020/about/usage/system"
curl --retry 20 --max-time 6 --fail "http://${DROPLET_IPV4}:4020/about/usage/system"
curl --retry 5 --max-time 10 --fail "http://${DROPLET_IPV4}:4020/status/check/fastapi"
- name: Schedule an instance on the Droplet by faking a call from the scheduler
Expand All @@ -87,5 +87,4 @@ jobs:
- name: Cleanup
if: always()
run: |
ls
# doctl compute droplet delete -f aleph-vm-ci-debian-11
doctl compute droplet delete -f aleph-vm-ci-debian-11

0 comments on commit 3657463

Please sign in to comment.