Skip to content

Commit

Permalink
Bump BrioApi timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgardXIV committed Jan 2, 2024
1 parent 64799f3 commit 2188248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anamnesis/Brio/BrioApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Anamnesis.Brio;
internal static class BrioApi
{
private const string Url = "http://localhost:42428/brio";
private const int TimeoutMs = 500;
private const int TimeoutMs = 1500;

public static async Task<string> Post(string route, object content)
{
Expand Down

0 comments on commit 2188248

Please sign in to comment.