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.
1 parent c0a353a commit fe5ed42Copy full SHA for fe5ed42
test/Renci.SshNet.IntegrationTests/ConnectivityTests.cs
@@ -171,6 +171,7 @@ public void Common_DetectConnectionResetThroughSftpInvocation()
171
172
try
173
{
174
+ WaitForConnectionInterruption(client);
175
client.ListDirectory("/");
176
Assert.Fail();
177
}
@@ -260,9 +261,9 @@ public void Common_DetectLossOfNetworkConnectivityThroughSftpInvocation()
260
261
client.Connect();
262
263
var disruptor = _sshConnectionDisruptor.BreakConnections();
- Thread.Sleep(100);
264
265
266
267
268
269
0 commit comments