We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b618f8 commit 97ba584Copy full SHA for 97ba584
scripts/test
@@ -13,5 +13,5 @@ bosh upload-stemcell "https://bosh.io/d/stemcells/bosh-google-kvm-${STEMCELL_OS}
13
14
pushd "$(dirname "$0")/../tests"
15
go install github.com/onsi/ginkgo/ginkgo@latest
16
- ginkgo -r -nodes="${NODES:-3}" "$@"
+ ginkgo -r --procs="${NODES:-3}" --compilers="${NODES:-3}" --keep-going --timeout="2h" "$@"
17
popd
0 commit comments