Skip to content

Commit

Permalink
Increase HttpClient timeout for integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sevensolutions committed Sep 28, 2024
1 parent be56c00 commit 861d027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NomadIIS.Tests/NomadIISFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public NomadIISFixture ()
_apiHttpClient = new HttpClient()
{
BaseAddress = new Uri( "http://localhost:5004/api/v1/" ),
Timeout = TimeSpan.FromSeconds( 30 ),
Timeout = TimeSpan.FromMinutes( 3 ),
DefaultRequestHeaders =
{
{ "X-Api-Key", "12345" }
Expand Down

0 comments on commit 861d027

Please sign in to comment.