Skip to content

Commit

Permalink
attemp to fix bosh-topgun-both by reverting to previous ginkgo flag
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Jun 16, 2023
1 parent efcebb8 commit b65937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/scripts/topgun
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ go mod download

go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo

ginkgo -nodes=4 -race -keep-going -poll-progress-after=300s -flake-attempts=3 -skip="$SKIP" --progress -r --skip-package="$SKIP_PACKAGES" "$@" ./topgun/$SUITE
ginkgo -nodes=4 -race -keep-going -slow-spec-threshold=300s -flake-attempts=3 -skip="$SKIP" --progress -r --skip-package="$SKIP_PACKAGES" "$@" ./topgun/$SUITE

0 comments on commit b65937e

Please sign in to comment.