We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e6297 commit 81b1a08Copy full SHA for 81b1a08
Makefile
@@ -772,7 +772,7 @@ test-load: ## run all load tests
772
AZURE_IPAM_VERSION=$(AZURE_IPAM_VERSION) \
773
CNI_VERSION=$(CNI_VERSION)
774
CNS_VERSION=$(CNS_VERSION) \
775
- go test -timeout 30m -race -tags=load ./test/integration/load... -v
+ go test -timeout 40m -race -tags=load ./test/integration/load... -v
776
777
test-validate-state:
778
cd test/integration/load && go test -mod=readonly -count=1 -timeout 30m -tags load --skip 'TestE2E*' -run ^TestValidateState
0 commit comments