Skip to content

Commit a9b9154

Browse files
committed
blocking-threads
1 parent d3d6806 commit a9b9154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_report/src/report.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ impl MutTestReport {
313313
loop {
314314
let response = tokio::runtime::Builder::new_multi_thread()
315315
.enable_all()
316+
.max_blocking_threads(512)
316317
.build()
317318
.unwrap()
318319
.block_on(api_client.list_quarantined_tests(&request));

0 commit comments

Comments
 (0)