Skip to content

Commit 4eceac7

Browse files
oliviassssjkdihenkar
authored andcommitted
add a debug line in ci script for timeout issue
1 parent f5cb971 commit 4eceac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci_e2e_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ test_controller_image() {
209209
CERT_ID2="724963dd-f571-4f2c-b549-5c7d0e35e4b8"
210210
CERT_ID3="1001570b-1779-40c3-9b49-9a9a41e30058"
211211
CERTIFICATE_ARNS=${CERTIFICATE_ARNS:-"${CERTIFICATE_ARN_PREFIX}/${CERT_ID1},${CERTIFICATE_ARN_PREFIX}/${CERT_ID2},${CERTIFICATE_ARN_PREFIX}/${CERT_ID3}"}
212-
213-
ginkgo -v -r test/e2e -timeout 2h -- \
212+
echo "!!!! running the ci_e2e_test.sh with changes"
213+
ginkgo -v -r test/e2e --timeout 2h -- \
214214
--kubeconfig=${CLUSTER_KUBECONFIG} \
215215
--cluster-name=${CLUSTER_NAME} \
216216
--aws-region=${AWS_REGION} \

0 commit comments

Comments
 (0)