Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Aug 8, 2024
1 parent 270d73d commit da304dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/validate-bicep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fi
WARNING_MSG="WARNING: The following experimental Bicep features"
FILES=$(find . -type f -name "*.bicep")
FAILURES=()
sleep 30

for F in $FILES; do
echo "validating $F"
Expand Down Expand Up @@ -48,7 +47,6 @@ for F in $FILES; do
# Command failed
RETRY_COUNT=$((RETRY_COUNT + 1))
echo "Error encountered. Retry attempt $RETRY_COUNT of $MAX_RETRIES."
sleep 60
fi
else
# If the file does not contain "extension", no need to retry
Expand Down

0 comments on commit da304dc

Please sign in to comment.