File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.pipelines/singletenancy/dualstack-overlay Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 sudo go test -timeout 30m -tags load -cni dualstack -run ^TestValidateState$
6363 cd ../datapath
6464 echo "Dualstack Overlay Linux datapath IPv6 test"
65- sudo go test -count=1 datapath_linux_test.go -timeout 1m -tags connection -run ^TestDatapathLinux$ -tags=connection,integration -isDualStack=true
65+ sudo go test -count=1 datapath_linux_test.go -timeout 3m -tags connection -run ^TestDatapathLinux$ -tags=connection,integration -isDualStack=true
6666 echo "Dualstack Overlay Linux datapath IPv4 test"
67- sudo go test -count=1 datapath_linux_test.go -timeout 1m -tags connection -run ^TestDatapathLinux$ -tags=connection,integration
67+ sudo go test -count=1 datapath_linux_test.go -timeout 3m -tags connection -run ^TestDatapathLinux$ -tags=connection,integration
6868 retryCountOnTaskFailure: 3
6969 name: "DualStack_Overlay_Linux_Tests"
7070 displayName: "DualStack Overlay Linux Tests"
You can’t perform that action at this time.
0 commit comments