Skip to content

Commit

Permalink
VCI-818: Increased default http timeout to 180sec (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro authored Feb 22, 2024
1 parent 118c7b1 commit 57fabda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static Solution Solution
[Parameter("Main branch")] public static string MainBranch { get; set; } = "master";

[Parameter("Http tasks timeout in seconds")]
public static int HttpTimeout { get; set; } = 15;
public static int HttpTimeout { get; set; } = 180;

protected static GitRepository GitRepository => GitRepository.FromLocalDirectory(RootDirectory / ".git");

Expand Down

0 comments on commit 57fabda

Please sign in to comment.