Skip to content

Commit

Permalink
3m timeout for upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Oct 10, 2023
1 parent 0038588 commit 577a066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ jobs:
COUNTER=1
while [ "$(./bin/kots get apps --namespace "$APP_SLUG" | awk 'NR>1{print $2}')" != "ready" ]; do
((COUNTER += 1))
if [ $COUNTER -gt 120 ]; then
if [ $COUNTER -gt 180 ]; then
echo "Timed out waiting for app to be ready"
./bin/kots get apps --namespace "$APP_SLUG"
echo "kotsadm logs:"
Expand Down

0 comments on commit 577a066

Please sign in to comment.