We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7124a24 commit db63b71Copy full SHA for db63b71
1 file changed
.github/workflows/ci.yml
@@ -294,7 +294,7 @@ jobs:
294
DOCKER_REGISTRY_AUTHS: ${{ env.DOCKER_REGISTRY_AUTHS }}
295
- name: Check Ocean Node is running
296
run: |
297
- for i in $(seq 1 90); do
+ for i in $(seq 1 12); do
298
if curl --output /dev/null --silent --head --fail "http://localhost:8001"; then
299
echo "Ocean Node is up"
300
exit 0
0 commit comments