Skip to content

Commit

Permalink
ginkgo test suite some times exeeds default 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Dec 4, 2023
1 parent 97dfa22 commit 5aff3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/acceptance_tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function main() {

pushd "${ROOT_DIR}/acceptance-tests" > /dev/null
create_mod
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
cleanup_mod
popd > /dev/null
}
Expand Down

0 comments on commit 5aff3e4

Please sign in to comment.