File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ test_controller_image() {
212212 CERTIFICATE_ARNS=${CERTIFICATE_ARNS:- " ${CERTIFICATE_ARN_PREFIX} /${CERT_ID1} ,${CERTIFICATE_ARN_PREFIX} /${CERT_ID2} ,${CERTIFICATE_ARN_PREFIX} /${CERT_ID3} " }
213213 echo " creating s3 bucket $S3_BUCKET "
214214 aws s3api create-bucket --bucket $S3_BUCKET --region $AWS_REGION --create-bucket-configuration LocationConstraint=$AWS_REGION || true
215- ginkgo -timeout 2h -v -r test/e2e -- \
215+ ginkgo -timeout 3h -v -r test/e2e -- \
216216 --kubeconfig=${CLUSTER_KUBECONFIG} \
217217 --cluster-name=${CLUSTER_NAME} \
218218 --aws-region=${AWS_REGION} \
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ function run_ginkgo_test() {
217217 local focus=$1
218218 echo " Starting the ginkgo tests from generated ginkgo test binaries with focus: $focus "
219219 if [ " $IP_FAMILY " == " IPv4" ] || [ " $IP_FAMILY " == " IPv6" ]; then
220- CGO_ENABLED=0 GOOS=$OS_OVERRIDE ginkgo --no-color $EXTRA_GINKGO_FLAGS --focus=" $focus " -v --timeout 2h --fail-on-pending $GINKGO_TEST_BUILD /ingress.test -- --kubeconfig=$KUBE_CONFIG_PATH --cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id=$VPC_ID --test-image-registry=$TEST_IMAGE_REGISTRY --ip-family=$IP_FAMILY || TEST_RESULT=fail
221- CGO_ENABLED=0 GOOS=$OS_OVERRIDE ginkgo --no-color $EXTRA_GINKGO_FLAGS --focus=" $focus " -v --timeout 2h --fail-on-pending $GINKGO_TEST_BUILD /service.test -- --kubeconfig=$KUBE_CONFIG_PATH --cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id=$VPC_ID --test-image-registry=$TEST_IMAGE_REGISTRY --ip-family=$IP_FAMILY || TEST_RESULT=fail
220+ CGO_ENABLED=0 GOOS=$OS_OVERRIDE ginkgo --no-color $EXTRA_GINKGO_FLAGS --focus=" $focus " -v --timeout 3h --fail-on-pending $GINKGO_TEST_BUILD /ingress.test -- --kubeconfig=$KUBE_CONFIG_PATH --cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id=$VPC_ID --test-image-registry=$TEST_IMAGE_REGISTRY --ip-family=$IP_FAMILY || TEST_RESULT=fail
221+ CGO_ENABLED=0 GOOS=$OS_OVERRIDE ginkgo --no-color $EXTRA_GINKGO_FLAGS --focus=" $focus " -v --timeout 3h --fail-on-pending $GINKGO_TEST_BUILD /service.test -- --kubeconfig=$KUBE_CONFIG_PATH --cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id=$VPC_ID --test-image-registry=$TEST_IMAGE_REGISTRY --ip-family=$IP_FAMILY || TEST_RESULT=fail
222222 else
223223 echo " Invalid IP_FAMILY input, choose from IPv4 or IPv6 only"
224224 fi
You can’t perform that action at this time.
0 commit comments