Skip to content

Commit

Permalink
Add log to SendAsync_SlowServerRespondsAfterDefaultReceiveTimeout_Thr…
Browse files Browse the repository at this point in the history
…owsHttpRequestException. (#100525)
  • Loading branch information
rzikm authored Apr 4, 2024
1 parent 9a1da4d commit 9f3058f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ await LoopbackServer.CreateServerAsync(async (server, url) =>
await triggerRequestWait.Task;
var _ = await t;
});
_output.WriteLine($"ex: {ex}");
Assert.IsType<IOException>(ex.InnerException);
Assert.NotNull(ex.InnerException.InnerException);
Assert.Contains("The operation timed out", ex.InnerException.InnerException.Message);
Expand Down

0 comments on commit 9f3058f

Please sign in to comment.