We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd4dcc commit c01f045Copy full SHA for c01f045
build/scripts/Paths.fsx
@@ -172,7 +172,7 @@ module Tooling =
172
173
type BuildTooling(path) =
174
member this.Path = path
175
- member this.Exec arguments = execProcess this.Path arguments
+ member this.Exec arguments = execProcessWithTimeout this.Path arguments (TimeSpan.FromMinutes 30.)
176
177
type ProfilerTooling(path) =
178
let dotTraceCommandLineTools = "JetBrains.dotTrace.CommandLineTools.10.0.20151114.191633"
0 commit comments