Skip to content

Commit 97ba584

Browse files
committed
Update scripts/test
* Use ginkgo v2 flags. * Set the default timeout to 2h so that tests pass. The default timeout in ginkgo v1 was 24h. See [here](https://onsi.github.io/ginkgo/#recommended-continuous-integration-configuration) for more information.
1 parent 0b618f8 commit 97ba584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ bosh upload-stemcell "https://bosh.io/d/stemcells/bosh-google-kvm-${STEMCELL_OS}
1313

1414
pushd "$(dirname "$0")/../tests"
1515
go install github.com/onsi/ginkgo/ginkgo@latest
16-
ginkgo -r -nodes="${NODES:-3}" "$@"
16+
ginkgo -r --procs="${NODES:-3}" --compilers="${NODES:-3}" --keep-going --timeout="2h" "$@"
1717
popd

0 commit comments

Comments
 (0)