Merge pull request #17304 from fuweid/fix-17241

[3.4] fix: linux-amd64-e2e job timeout issue
This commit is contained in:
Benjamin Wang 2024-01-23 14:14:01 +00:00 committed by GitHub
commit 62e51c4b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ jobs:
;;
linux-amd64-e2e)
make install-gofail
GOARCH=amd64 FAILPOINTS='true' make test-e2e-release
GOARCH=amd64 FAILPOINTS='true' CPU='4' make test-e2e-release
;;
linux-386-unit)
GOARCH=386 make test-unit