Skip to content

Commit e9f59bd

Browse files
committed
Bazel: Set net_ticktime for bazel too
1 parent ddadb4c commit e9f59bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rabbitmq.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def rabbitmq_suite(
191191
"COVERDATA_TO_LCOV_APPS_DIRS": "deps:deps/rabbit/apps",
192192
}.items() + test_env.items()),
193193
deps = [":test_erlang_app"] + deps + runtime_deps,
194+
ct_run_extra_args = ["-kernel net_ticktime 5"],
194195
**kwargs
195196
)
196197
return name

0 commit comments

Comments
 (0)