Skip to content

Commit

Permalink
Modified TimeOut for HttpClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jithesh-poojary committed May 3, 2024
1 parent f1216f2 commit 8f80963
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 8f80963

Please sign in to comment.