Skip to content

Commit 11684e5

Browse files
committed
Fix tarpc: Connection broken error
1 parent 2cd4584 commit 11684e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-manager/src/run_tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub async fn run(
169169
}
170170

171171
// wait for cleanup
172+
drop(client);
172173
drop(test_context);
173174
let _ = tokio::time::timeout(Duration::from_secs(5), completion_handle).await;
174175

0 commit comments

Comments
 (0)