We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048ab2e commit 2bd79f0Copy full SHA for 2bd79f0
1 file changed
bin/test
@@ -18,5 +18,5 @@ export RUN_ID
18
19
pushd "${CATS_ROOT}" > /dev/null
20
echo "Using $(go run github.com/onsi/ginkgo/v2/ginkgo version)"
21
- go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --keep-going "$@"
+ go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --keep-going --timeout=24h "$@"
22
popd > /dev/null
0 commit comments