diff options
| -rw-r--r-- | test/test-manager/src/run_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-manager/src/run_tests.rs b/test/test-manager/src/run_tests.rs index 73c72ebc2e..4449a06a6f 100644 --- a/test/test-manager/src/run_tests.rs +++ b/test/test-manager/src/run_tests.rs @@ -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; |
