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 =
5757 | _ -> command
5858
5959 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 .)
6161 if out.ExitCode <> 0 then failwith " dotnet test failed"
6262 else
63- Tooling.DotNet.ExecInWithTimeout " src/Tests/Tests" commandWithCodeCoverage ( TimeSpan.FromMinutes 30 .)
63+ Tooling.DotNet.ExecInWithTimeout " src/Tests/Tests" commandWithCodeCoverage ( TimeSpan.FromMinutes 60 .)
6464
6565 let RunReleaseUnitTests ( ArtifactsVersion ( version )) =
6666 //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