Skip to content

Commit 5b01a0f

Browse files
committed
use --interval
1 parent 92a8ae8 commit 5b01a0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/release/07-flightsqlodbc-upload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ if [ ${PHASE_BUILD_MSI} -gt 0 ]; then
156156
fi
157157
echo "Triggered run: ${run_url}"
158158

159-
echo "[6/9] Waiting for workflow to complete..."
160-
gh run watch "${run_id}" --repo "${GITHUB_REPOSITORY}" --exit-status
159+
echo "[6/9] Waiting for workflow to complete. This can take a very long time..."
160+
gh run watch "${run_id}" --repo "${GITHUB_REPOSITORY}" --exit-status --interval 60
161161
echo "Run id ${run_id} completed."
162162
fi
163163

0 commit comments

Comments
 (0)