diff --git a/.github/actions/skupper-integration-tests/action.yml b/.github/actions/skupper-integration-tests/action.yml index ee03f40ec..a97a08270 100644 --- a/.github/actions/skupper-integration-tests/action.yml +++ b/.github/actions/skupper-integration-tests/action.yml @@ -109,7 +109,7 @@ runs: - name: Run Skupper integration tests run: | - gotestsum --format=standard-verbose -- -p=1 -count=1 -tags=integration -timeout=60m -v ./... + gotestsum --format=standard-verbose -- -p=3 -count=1 -tags=integration -timeout=60m ./... working-directory: skupper shell: bash env: