diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a124f54..8d7da503 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -329,7 +329,7 @@ jobs: echo "Deployment request failed with status $http_code" if [ $attempt -lt $max_attempts ]; then - delay=$((attempt * 10)) + delay=$((30 * (2 ** (attempt - 1)))) echo "Retrying in ${delay}s..." sleep $delay fi