Skip to content

Commit db63b71

Browse files
committed
reduce test timeout
1 parent 7124a24 commit db63b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
DOCKER_REGISTRY_AUTHS: ${{ env.DOCKER_REGISTRY_AUTHS }}
295295
- name: Check Ocean Node is running
296296
run: |
297-
for i in $(seq 1 90); do
297+
for i in $(seq 1 12); do
298298
if curl --output /dev/null --silent --head --fail "http://localhost:8001"; then
299299
echo "Ocean Node is up"
300300
exit 0

0 commit comments

Comments
 (0)