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 c1af2b1 commit 942ea08Copy full SHA for 942ea08
ci/tasks/run-bwats/run
@@ -48,5 +48,8 @@ pushd stemcell-builder/acceptance_test
48
}
49
END_OF_CONFIG
50
51
- go run github.com/onsi/ginkgo/v2/ginkgo --focus="${GINKGO_FOCUS}" --skip="${GINKGO_SKIP}" -r -v .
+ go run github.com/onsi/ginkgo/v2/ginkgo run -r -v \
52
+ --timeout="${GINKGO_TIMEOUT}" \
53
+ --focus="${GINKGO_FOCUS}" \
54
+ --skip="${GINKGO_SKIP}" .
55
popd
ci/tasks/run-bwats/task.yml
@@ -18,6 +18,7 @@ params:
18
BOSH_ENVIRONMENT:
19
GINKGO_FOCUS:
20
GINKGO_SKIP:
21
+ GINKGO_TIMEOUT: 2h # Ginkgo v2 default is 1h
22
IAAS:
23
NETWORK: default
24
SSH_DISABLED_BY_DEFAULT: false
0 commit comments