diff --git a/Jenkinsfile b/Jenkinsfile index 6109e4811a34fb159e6b17c3bf7c5af3c884ea3d..e9ea8bafd380f99f99a441981ec2fcbf055f21d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -256,13 +256,11 @@ pipeline { steps { pre_test() - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - timeout(time: 60, unit: 'MINUTES'){ - sh ''' - cd ${WKC}/tests/pytest - ./crash_gen.sh -a -p -t 4 -s 2000 - ''' - } + timeout(time: 60, unit: 'MINUTES'){ + sh ''' + cd ${WKC}/tests/pytest + ./crash_gen.sh -a -p -t 4 -s 2000 + ''' } timeout(time: 60, unit: 'MINUTES'){ // sh '''