2 parents 749e5f7 + e7a086f commit ebf3f93Copy full SHA for ebf3f93
1 file changed
src/UnityBuildRunner/Program.cs
@@ -11,7 +11,7 @@
11
12
public class UnityBuildRunnerCommand : ConsoleAppBase
13
{
14
- private const string DefaultTimeout = "01:00:00";
+ private const string DefaultTimeout = "02:00:00"; // 2 hours
15
16
private readonly ILogger<UnityBuildRunnerCommand> logger;
17
private readonly TimeSpan timeoutDefault;
0 commit comments