Skip to content

Commit 5aff3e4

Browse files
committed
ginkgo test suite some times exeeds default 1h
1 parent 97dfa22 commit 5aff3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/acceptance_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function main() {
2525

2626
pushd "${ROOT_DIR}/acceptance-tests" > /dev/null
2727
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
28+
go run github.com/onsi/ginkgo/v2/ginkgo -r -timeout=2h -v ${parallelFlag} --race --fail-fast --randomize-all --randomize-suites --skip-package=no-iaas
2929
cleanup_mod
3030
popd > /dev/null
3131
}

0 commit comments

Comments
 (0)