File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ module Tests =
57
57
| _ -> command
58
58
59
59
if Environment.UserInteractive then
60
- let out = Tooling.DotNet.StartInWithTimeout " src/Tests/Tests" commandWithCodeCoverage ( TimeSpan.FromMinutes 30 .)
60
+ let out = Tooling.DotNet.StartInWithTimeout " src/Tests/Tests" commandWithCodeCoverage ( TimeSpan.FromMinutes 60 .)
61
61
if out.ExitCode <> 0 then failwith " dotnet test failed"
62
62
else
63
- Tooling.DotNet.ExecInWithTimeout " src/Tests/Tests" commandWithCodeCoverage ( TimeSpan.FromMinutes 30 .)
63
+ Tooling.DotNet.ExecInWithTimeout " src/Tests/Tests" commandWithCodeCoverage ( TimeSpan.FromMinutes 60 .)
64
64
65
65
let RunReleaseUnitTests ( ArtifactsVersion ( version )) =
66
66
//xUnit always does its own build, this env var is picked up by Tests.csproj
You can’t perform that action at this time.
0 commit comments