Skip to content

Commit

Permalink
increase timout for Unit Test with memcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Huang <[email protected]>
  • Loading branch information
wiliamhuang committed Jan 16, 2025
1 parent 3ab84e2 commit 165c756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 165c756

Please sign in to comment.