You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/02/26 00:22:19 UTC

[lucenenet] 03/03: run-tests-on-os.yml: Adjusted blame-hang timeouts for both regular (15 min) and nightly (40 min) runs. Timeouts are per test.

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 0dbda3e18c7b69bd6beecd8e47d288c00d5d5440
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Fri Feb 26 05:35:53 2021 +0700

    run-tests-on-os.yml: Adjusted blame-hang timeouts for both regular (15 min) and nightly (40 min) runs. Timeouts are per test.
---
 build/azure-templates/run-tests-on-os.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml
index 1b60ca8..8268565 100644
--- a/build/azure-templates/run-tests-on-os.yml
+++ b/build/azure-templates/run-tests-on-os.yml
@@ -139,9 +139,9 @@ steps:
             Copy-Item -Path "$sourceDirectory/*" -Destination "$tempTestDirectory" -Recurse -Force
 
             if ($isNightly -ne 'true' -and $isWeekly -ne 'true') {
-                $blameHangTimeout = "--blame-hang-timeout 10minutes"
+                $blameHangTimeout = "--blame-hang-timeout 15minutes"
             } else {
-                $blameHangTimeout = "--blame-hang-timeout 50minutes"
+                $blameHangTimeout = "--blame-hang-timeout 40minutes"
             }
 
             Write-Host "Running with $blameHangTimeout"