Skip to content

Commit

Permalink
Merge pull request #117 from Jithesh-poojary/main
Browse files Browse the repository at this point in the history
Updated Timeout settings for HttpClient
  • Loading branch information
v1r3n authored May 3, 2024
2 parents 71c5017 + 8f80963 commit f15ab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conductor/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static Configuration Default
private readonly TokenHandler _tokenHandler = new TokenHandler();

private TokenResourceApi _tokenClient = null;
private int Timeout = 10000;
private int Timeout = 30000;

#endregion Private Members

Expand Down

0 comments on commit f15ab16

Please sign in to comment.