From 47c086c1ebdca71cbc874027d8585e03ccf11d12 Mon Sep 17 00:00:00 2001 From: Marius Andra Date: Tue, 16 Apr 2024 09:45:10 +0200 Subject: [PATCH] fix(ci): try to ignore temporal --- bin/check_temporal_up | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"