mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-19 19:21:08 +00:00
test runner: enable tokio features
This commit is contained in:
@@ -66,6 +66,7 @@ pub fn soak_test() {
|
||||
|
||||
tokio::runtime::Builder::new_multi_thread()
|
||||
.worker_threads(opts.test_worker_threads)
|
||||
.enable_all()
|
||||
.thread_name("telemetry_test_runner")
|
||||
.build()
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user