Skip to content

Commit c01f045

Browse files
committed
set an explicit timeout for integration tests rather then relying on the default 5m
1 parent ddd4dcc commit c01f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Paths.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module Tooling =
172172

173173
type BuildTooling(path) =
174174
member this.Path = path
175-
member this.Exec arguments = execProcess this.Path arguments
175+
member this.Exec arguments = execProcessWithTimeout this.Path arguments (TimeSpan.FromMinutes 30.)
176176

177177
type ProfilerTooling(path) =
178178
let dotTraceCommandLineTools = "JetBrains.dotTrace.CommandLineTools.10.0.20151114.191633"

0 commit comments

Comments
 (0)