Skip to content

Commit

Permalink
Fix wait in pre-upgrade-setup test (#415)
Browse files Browse the repository at this point in the history
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
  • Loading branch information
perdasilva and Per Goncalves da Silva authored Sep 25, 2024
1 parent 2dc04d9 commit ae6d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/imageregistry/pre-upgrade-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ spec:
ref: ${TEST_CLUSTER_CATALOG_IMAGE}
EOF

kubectl wait --for=condition=Unpacked --timeout=60s ClusterCatalog $TEST_CLUSTER_CATALOG_NAME
kubectl wait --for=condition=Serving --timeout=60s ClusterCatalog "$TEST_CLUSTER_CATALOG_NAME"

0 comments on commit ae6d3ef

Please sign in to comment.