Skip to content

Commit

Permalink
Bump timeout to 4 hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
causten committed Dec 9, 2024
1 parent a30b253 commit fc93cb2
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 @@ -71,7 +71,7 @@ def rocmtestnode(Map conf) {
pre()
sh "docker pull ${DOCKER_IMAGE}:${env.IMAGE_TAG}"
withDockerContainer(image: "${DOCKER_IMAGE}:${env.IMAGE_TAG}", args: "--device=/dev/kfd --device=/dev/dri --group-add video --cap-add SYS_PTRACE -v=/home/jenkins/:/home/jenkins ${docker_args}") {
timeout(time: 3, unit: 'HOURS') {
timeout(time: 4, unit: 'HOURS') {
body(cmake_build)
}
}
Expand Down

0 comments on commit fc93cb2

Please sign in to comment.