Skip to content

Commit

Permalink
Update start_e2e_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jun 18, 2023
1 parent 73fae16 commit 202577d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/start_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,17 @@ jobs:
juju debug-log --replay --tail &
for i in {1..120}
for i in {1..90}
do
sleep 30
sleep 10
echo workflow status: $(get-workflow-status)
if [[ $status != "not-started" && $status != "queued" && $status != "in_progress" ]]; then
break
fi
done
kill $(jobs -p)
if [[ $status != "not-started" && $status != "queued" && $status != "in_progress" ]]; then
exit 1
fi

0 comments on commit 202577d

Please sign in to comment.