Skip to content

Commit

Permalink
increase timout on ConnectTimeout_TimesOutSSLAuth_Throws test (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored Mar 30, 2021
1 parent 45fbba6 commit 4f62f32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ await Assert.ThrowsAnyAsync<OperationCanceledException>(() =>
new UriBuilder(uri) { Scheme = "https" }.ToString()) { Version = UseVersion }, default));
sw.Stop();

Assert.InRange(sw.ElapsedMilliseconds, 500, 60_000);
Assert.InRange(sw.ElapsedMilliseconds, 500, 85_000);
releaseServer.SetResult();
}
}, server => releaseServer.Task); // doesn't establish SSL connection
Expand Down

0 comments on commit 4f62f32

Please sign in to comment.