Skip to content

Commit

Permalink
More timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Sep 26, 2024
1 parent 250d206 commit 32f859e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static class DotnetInternal
{
static readonly string DotnetRoot = Path.Combine(TestEnvironment.GetMauiDirectory(), "bin", "dotnet");
static readonly string DotnetTool = Path.Combine(DotnetRoot, "dotnet");
const int DEFAULT_TIMEOUT = 900;
const int DEFAULT_TIMEOUT = 30 * 60; // 30 minutes

private static string ConstructBuildArgs(string projectFile, string config, string target = "", string framework = "", IEnumerable<string>? properties = null, string binlogPath = "", string runtimeIdentifier = "", bool isPublishing = false)
{
Expand Down

0 comments on commit 32f859e

Please sign in to comment.