Skip to content

Commit

Permalink
apacheGH-588: [Release] Increase wait interval in `dev/release/releas…
Browse files Browse the repository at this point in the history
…e_rc.sh`

Fixes apacheGH-588.
  • Loading branch information
kou committed Feb 5, 2025
1 parent 993536f commit 91cea18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/release/release_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
if [ -n "${run_id}" ]; then
break
fi
sleep 60
sleep 600
done

echo "Found GitHub Actions workflow with ID: ${run_id}"
gh run watch \
--exit-status "${run_id}" \
--interval 60 \
--interval 600 \
--repo "${repository}"

echo "Downloading artifacts from GitHub Releases"
Expand Down

0 comments on commit 91cea18

Please sign in to comment.