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


The following commit(s) were added to refs/heads/master by this push:
     new cd9d9a1  run-tests-on-os.yml: Increased nightly blame-hang-timeout to 
50 minutes
cd9d9a1 is described below

commit cd9d9a1d8c60379ec8c7ba16e250ba4794f42e32
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Dec 3 17:26:42 2020 +0700

    run-tests-on-os.yml: Increased nightly blame-hang-timeout to 50 minutes
---
 build/azure-templates/run-tests-on-os.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/azure-templates/run-tests-on-os.yml 
b/build/azure-templates/run-tests-on-os.yml
index f85d7d8..ce0101f 100644
--- a/build/azure-templates/run-tests-on-os.yml
+++ b/build/azure-templates/run-tests-on-os.yml
@@ -141,7 +141,7 @@ steps:
             if ($isNighly -ne 'true' -and $isWeekly -ne 'true') {
                 $blameHangTimeout = "--blame-hang-timeout 10minutes"
             } else {
-                $blameHangTimeout = "--blame-hang-timeout 35minutes"
+                $blameHangTimeout = "--blame-hang-timeout 50minutes"
             }
 
             $testExpression = "dotnet test ""$testTarget"" --framework 
""$framework"" --blame --no-build --no-restore" + `

Reply via email to