Skip to content

Commit

Permalink
DAOS-16958 ci: increase timeout for Unit Test with memcheck (#15739)
Browse files Browse the repository at this point in the history
increase timout for Unit Test with memcheck

Signed-off-by: Lei Huang <[email protected]>
  • Loading branch information
wiliamhuang authored Jan 21, 2025
1 parent 0be2d10 commit cfa9863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
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 cfa9863

Please sign in to comment.