This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 6e3b2d452db95f37ffb407048404a2a4994f1ac8 Author: Shad Storhaug <[email protected]> AuthorDate: Fri Feb 26 00:54:35 2021 +0700 run-tests-on-os.yml: Write $blameHangTimeout to console for debugging --- build/azure-templates/run-tests-on-os.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml index ce0101f..6767f84 100644 --- a/build/azure-templates/run-tests-on-os.yml +++ b/build/azure-templates/run-tests-on-os.yml @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one +# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file @@ -144,6 +144,8 @@ steps: $blameHangTimeout = "--blame-hang-timeout 50minutes" } + Write-Host "Running with $blameHangTimeout" + $testExpression = "dotnet test ""$testTarget"" --framework ""$framework"" --blame --no-build --no-restore" + ` " --logger:""console;verbosity=normal"" --logger:""trx;LogFileName=$testResultsFileName""" + ` " --results-directory:""$testResultDirectory""" + `
