File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,8 @@ Target "RunTestsNet" (fun _ ->
278
278
let runSingleProject project =
279
279
let arguments =
280
280
match ( hasTeamCity) with
281
- | true -> ( sprintf " test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\" console;verbosity=normal\" --framework %s --results-directory \" %s \" -- -parallel none -teamcity" testNetVersion outputTests)
282
- | false -> ( sprintf " test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\" console;verbosity=normal\" --framework %s --results-directory \" %s \" -- -parallel none" testNetVersion outputTests)
281
+ | true -> ( sprintf " test -c Release --blame-crash --blame-hang-timeout 2m --no-build --logger:trx --logger:\" console;verbosity=normal\" --framework %s --results-directory \" %s \" -- -parallel none -teamcity" testNetVersion outputTests)
282
+ | false -> ( sprintf " test -c Release --blame-crash --blame-hang-timeout 2m --no-build --logger:trx --logger:\" console;verbosity=normal\" --framework %s --results-directory \" %s \" -- -parallel none" testNetVersion outputTests)
283
283
284
284
let result = ExecProcess( fun info ->
285
285
info.FileName <- " dotnet"
You can’t perform that action at this time.
0 commit comments