Skip to content

Commit

Permalink
Increase timeout GET registry
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH committed Jun 7, 2024
1 parent 6e66549 commit da8fbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void InitRegistry(List<AasxCredentialsEntry> cList, DateTime timestamp, b
}

var client = new HttpClient(handler);
client.Timeout = TimeSpan.FromSeconds(3);
client.Timeout = TimeSpan.FromSeconds(10);
if (accessToken != null)
client.SetBearerToken(accessToken);

Expand Down

0 comments on commit da8fbbe

Please sign in to comment.