File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ TAG ?= ""
3737
3838BUILD_DIR := build
3939TEST_BUILD_DIR := build/test
40- CERTS_DIR := build/certs
40+ CERTS_DIR := build/certs
4141DOCS_DIR := docs
4242PROTO_DIR := proto
4343BINARY_NAME := nginx-agent
@@ -169,7 +169,7 @@ official-image-integration-test: $(SELECTED_PACKAGE) build-mock-management-plane
169169 TEST_ENV=" Container" CONTAINER_OS_TYPE=$(CONTAINER_OS_TYPE ) CONTAINER_NGINX_IMAGE_REGISTRY=${CONTAINER_NGINX_IMAGE_REGISTRY} BUILD_TARGET=" install" \
170170 PACKAGES_REPO=$(OSS_PACKAGES_REPO ) TAG=${TAG} PACKAGE_NAME=$(PACKAGE_NAME ) BASE_IMAGE=$(BASE_IMAGE ) DOCKERFILE_PATH=$(OFFICIAL_IMAGE_DOCKERFILE_PATH ) \
171171 OS_VERSION=$(OS_VERSION ) OS_RELEASE=$(OS_RELEASE ) IMAGE_PATH=$(IMAGE_PATH ) \
172- go test -v -timeout 10m ./test/integration/managementplane
172+ go test -v ./test/integration/managementplane ./test/integration/auxiliarycommandserver
173173
174174performance-test :
175175 @mkdir -p $(TEST_BUILD_DIR )
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ import (
2020)
2121
2222const (
23- RetryCount = 8
23+ RetryCount = 10
2424 RetryWaitTime = 5 * time .Second
25- RetryMaxWaitTime = 6 * time .Second
25+ RetryMaxWaitTime = 1 * time .Minute
2626)
2727
2828var (
You can’t perform that action at this time.
0 commit comments