We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da61eca commit 4162cd6Copy full SHA for 4162cd6
build/scripts/Testing.fs
@@ -57,10 +57,10 @@ module Tests =
57
| _ -> command
58
59
if Environment.UserInteractive then
60
- let out = Tooling.DotNet.StartInWithTimeout "src/Tests/Tests" commandWithCodeCoverage (TimeSpan.FromMinutes 30.)
+ let out = Tooling.DotNet.StartInWithTimeout "src/Tests/Tests" commandWithCodeCoverage (TimeSpan.FromMinutes 60.)
61
if out.ExitCode <> 0 then failwith "dotnet test failed"
62
else
63
- Tooling.DotNet.ExecInWithTimeout "src/Tests/Tests" commandWithCodeCoverage (TimeSpan.FromMinutes 30.)
+ Tooling.DotNet.ExecInWithTimeout "src/Tests/Tests" commandWithCodeCoverage (TimeSpan.FromMinutes 60.)
64
65
let RunReleaseUnitTests (ArtifactsVersion(version)) =
66
//xUnit always does its own build, this env var is picked up by Tests.csproj
0 commit comments