diff --git a/bin/check_temporal_up b/bin/check_temporal_up index ef9198459e72c..4e0f7ec074c97 100755 --- a/bin/check_temporal_up +++ b/bin/check_temporal_up @@ -14,8 +14,8 @@ while true; do fi if [ $SECONDS -ge $TIMEOUT ]; then - echo "Timed out waiting for Temporal to be ready" - exit 1 + echo "Timed out ($TIMEOUT sec) waiting for Temporal to be ready. Crossing fingers and trying to run tests anyway." + exit 0 fi echo "Waiting for Temporal to be ready"