We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1cd4c commit 7f821a1Copy full SHA for 7f821a1
staging.kernelci.org
@@ -224,8 +224,8 @@ cmd_ghworkflow() {
224
225
# wait for the workflow to finish
226
while true; do
227
- echo "Waiting for workflow to finish..."
228
- sleep 10
+ echo "Waiting for workflow to finish... (60 seconds)"
+ sleep 60
229
status=$(curl -s -X GET "https://api.github.com/repos/kernelci/kernelci-core/actions/workflows/staging.yml/runs" | jq -r '.workflow_runs[0].status')
230
if [ "$status" = "completed" ]; then
231
break
0 commit comments