From 165c75656d29f9cc6b71b9020454d793ca4369a2 Mon Sep 17 00:00:00 2001 From: Lei Huang Date: Thu, 16 Jan 2025 19:39:37 +0000 Subject: [PATCH] increase timout for Unit Test with memcheck Signed-off-by: Lei Huang --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c316ce71b8e..f874bbe06a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ /* groovylint-disable-next-line LineLength */ /* groovylint-disable DuplicateMapLiteral, DuplicateNumberLiteral */ /* groovylint-disable DuplicateStringLiteral, NestedBlockDepth, VariableName */ -/* Copyright 2019-2024 Intel Corporation +/* Copyright 2019-2025 Intel Corporation * Copyright 2025 Hewlett Packard Enterprise Development LP * All rights reserved. * @@ -833,7 +833,7 @@ pipeline { } steps { job_step_update( - unitTest(timeout_time: 60, + unitTest(timeout_time: 160, unstash_opt: true, ignore_failure: true, inst_repos: prRepos(),