Skip to content

Commit

Permalink
Fixed failing flaky test due to provided httprequesttimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 16, 2024
1 parent 29bb790 commit 958a788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IO.Ably.Tests.Shared/Rest/RequestSandBoxSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ public async Task RequestFails_Non200StatusResponseShouldNotRaiseException(Proto
{
options.HttpMaxRetryCount = 1;
options.HttpOpenTimeout = TimeSpan.FromSeconds(1);
options.HttpRequestTimeout = TimeSpan.FromSeconds(1);
}));

client.HttpClient.SetPreferredHost("echo.ably.io/respondwith?status=400");
Expand Down

0 comments on commit 958a788

Please sign in to comment.