Skip to content

Commit

Permalink
Merge pull request #17304 from fuweid/fix-17241
Browse files Browse the repository at this point in the history
[3.4] fix: linux-amd64-e2e job timeout issue
  • Loading branch information
ahrtr authored Jan 23, 2024
2 parents d441d74 + c74cc42 commit 62e51c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62e51c4

Please sign in to comment.