File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function run_integration_tests(){
4242 TEST_RESULT=success
4343 (cd $INTEGRATION_TEST_DIR /perpodsg && CGO_ENABLED=0 ginkgo --skip=LOCAL $EXTRA_GINKGO_FLAGS -v -timeout=35m -- -cluster-kubeconfig=$KUBE_CONFIG_PATH -cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id $VPC_ID ) || TEST_RESULT=fail
4444 if [[ -z " ${SKIP_WINDOWS_TEST} " ]]; then
45- (cd $INTEGRATION_TEST_DIR /windows && CGO_ENABLED=0 ginkgo --skip=LOCAL $EXTRA_GINKGO_FLAGS -v -timeout=100m -- -cluster-kubeconfig=$KUBE_CONFIG_PATH -cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id $VPC_ID ) || TEST_RESULT=fail
45+ (cd $INTEGRATION_TEST_DIR /windows && CGO_ENABLED=0 ginkgo --skip=LOCAL $EXTRA_GINKGO_FLAGS -v -timeout=120m -- -cluster-kubeconfig=$KUBE_CONFIG_PATH -cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id $VPC_ID ) || TEST_RESULT=fail
4646 else
4747 echo " skipping Windows tests"
4848 fi
You can’t perform that action at this time.
0 commit comments