Skip to content

Commit 81b1a08

Browse files
committed
pick: increase load test (control plane scale) timeout
1 parent c0e6297 commit 81b1a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ test-load: ## run all load tests
772772
AZURE_IPAM_VERSION=$(AZURE_IPAM_VERSION) \
773773
CNI_VERSION=$(CNI_VERSION)
774774
CNS_VERSION=$(CNS_VERSION) \
775-
go test -timeout 30m -race -tags=load ./test/integration/load... -v
775+
go test -timeout 40m -race -tags=load ./test/integration/load... -v
776776

777777
test-validate-state:
778778
cd test/integration/load && go test -mod=readonly -count=1 -timeout 30m -tags load --skip 'TestE2E*' -run ^TestValidateState

0 commit comments

Comments
 (0)