Skip to content

Commit

Permalink
Fix tarpc: Connection broken error
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Aug 6, 2024
1 parent 2cd4584 commit 11684e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-manager/src/run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ pub async fn run(
}

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

Expand Down

0 comments on commit 11684e5

Please sign in to comment.