Skip to content

Commit ebf3f93

Browse files
authored
Merge pull request #83 from guitarrapc/feature/expand
feat: expand default timeout from 1hour to 2hour
2 parents 749e5f7 + e7a086f commit ebf3f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/UnityBuildRunner/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
public class UnityBuildRunnerCommand : ConsoleAppBase
1313
{
14-
private const string DefaultTimeout = "01:00:00";
14+
private const string DefaultTimeout = "02:00:00"; // 2 hours
1515

1616
private readonly ILogger<UnityBuildRunnerCommand> logger;
1717
private readonly TimeSpan timeoutDefault;

0 commit comments

Comments
 (0)