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 97dfa22 commit 5aff3e4Copy full SHA for 5aff3e4
scripts/acceptance_tests
@@ -25,7 +25,7 @@ function main() {
25
26
pushd "${ROOT_DIR}/acceptance-tests" > /dev/null
27
create_mod
28
- go run github.com/onsi/ginkgo/v2/ginkgo -r -v ${parallelFlag} --race --fail-fast --randomize-all --randomize-suites --skip-package=no-iaas
+ go run github.com/onsi/ginkgo/v2/ginkgo -r -timeout=2h -v ${parallelFlag} --race --fail-fast --randomize-all --randomize-suites --skip-package=no-iaas
29
cleanup_mod
30
popd > /dev/null
31
}
0 commit comments