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 committed Jan 23, 2025
1 parent b4a5117 commit ad7c6d9
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 @@ -835,7 +835,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 ad7c6d9

Please sign in to comment.