We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Session::force_terminate
1 parent 9ac2c75 commit 2fbbf8eCopy full SHA for 2fbbf8e
tests/openssh.rs
@@ -867,6 +867,9 @@ async fn test_detach_and_resume_process_mux() {
867
868
session2.force_terminate().await.unwrap();
869
870
+ // Wait for ssh multiplex master to clean up and exit.
871
+ sleep(Duration::from_secs(3)).await;
872
+
873
assert!(!ctl.exists());
874
}
875
@@ -909,6 +912,9 @@ async fn test_detach_and_resume_native_mux() {
909
912
910
913
911
914
915
916
917
918
919
920
0 commit comments