Skip to content

Commit 67093cc

Browse files
chore: increase retries
the current value was working, but ci fairly close to the max
1 parent e5bb4cd commit 67093cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

1_demo.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ workload_host=$(humctl get active-resources --app 5min-idp --env development -o
4949
echo "Waiting for workload to be available"
5050

5151
# manually change the host here as the workload host resolves to localhost, which is not reachable from the container
52-
curl -I --retry 10 --retry-delay 3 --retry-all-errors --connect-to "$workload_host:30080:5min-idp-control-plane:30080" --fail "http://$workload_host:30080"
52+
curl -I --retry 20 --retry-delay 3 --retry-all-errors --fail \
53+
--connect-to "$workload_host:30080:5min-idp-control-plane:30080" \
54+
"http://$workload_host:30080"
5355

5456
echo "Workload available at: http://$workload_host:30080"

0 commit comments

Comments
 (0)