Skip to content

Commit 2bd79f0

Browse files
authored
fix(bin/test): Increase default suite timeout to 24h (#1501)
Changes it back to what the default was in ginkgo v1. In ginkgo v2, the default was changed to be 1h, which is too low for most CATs test runs.
1 parent 048ab2e commit 2bd79f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ export RUN_ID
1818

1919
pushd "${CATS_ROOT}" > /dev/null
2020
echo "Using $(go run github.com/onsi/ginkgo/v2/ginkgo version)"
21-
go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --keep-going "$@"
21+
go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --keep-going --timeout=24h "$@"
2222
popd > /dev/null

0 commit comments

Comments
 (0)