From d00c6c5f90c0254b0e20d14a3e0fc16222aadfe3 Mon Sep 17 00:00:00 2001 From: Daniele Zanzi Date: Wed, 10 Apr 2019 17:05:51 +0200 Subject: [PATCH] TrigP1Test: increase timeout due to ART issue (ART-19622) --- .../TrigValidation/TrigP1Test/test/exec_art_trigp1test.sh | 7 +++---- .../TrigP1Test/test/exec_art_trigp1test_post.sh | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test.sh b/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test.sh index 3256820186d..84ce3c7a6d3 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test.sh +++ b/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test.sh @@ -17,9 +17,8 @@ if [ -z ${JOB_athenaHLT_LOG} ]; then fi if [ -z ${JOB_LOG_LVL} ]; then - #export JOB_LOG_LVL="INFO,ERROR" - export JOB_LOG_LVL="INFO,ERROR,DEBUG" - export TDAQ_ERS_DEBUG_LEVEL=3 + export JOB_LOG_LVL="INFO,ERROR" + #export TDAQ_ERS_DEBUG_LEVEL=3 fi # read test configurations from env variables @@ -31,7 +30,7 @@ if [ -z "${ART_CMD}" ]; then fi if [ -z ${ART_TIMEOUT} ]; then - export ART_TIMEOUT="20m" + export ART_TIMEOUT="200m" fi if [ -z ${ART_FILE_NAME} ]; then diff --git a/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test_post.sh b/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test_post.sh index 0347d3ec178..56fc8fddb23 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test_post.sh +++ b/Trigger/TrigValidation/TrigP1Test/test/exec_art_trigp1test_post.sh @@ -43,7 +43,7 @@ fi echo $(date "+%FT%H:%M %Z")" Checking for crashes and timeouts in child processes" if [ -f ${JOB_athenaHLT_LOG} ]; then - checkTimeut=`grep "CRITICAL stopped by user interrupt|ERROR Keyboard interruption caught|Signal handler: Killing [0-9]+ with 15" ${JOB_athenaHLT_LOG}` + checkTimeut=`grep "ERROR Caught signal 15|CRITICAL stopped by user interrupt|ERROR Keyboard interruption caught|Signal handler: Killing [0-9]+ with 15" ${JOB_athenaHLT_LOG}` if [[ -z "${checkTimeut}" ]]; then echo "art-result: 0 ${NAME}.ChildTimeout" else -- GitLab