Skip to content

Commit

Permalink
Increase sonic-mgmt-pr test timeout time (sonic-net#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Dec 5, 2020
1 parent 7d95395 commit ea2c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/mgmt/sonic-mgmt-pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
lock(resource: "kvmtest_${env.NODE_NAME}") {
withCredentials([sshUserPrivateKey(credentialsId: '2b6b6afe-4892-41d1-967c-d683e7773727', keyFileVariable: 'VM_USER_PRIVATE_KEY'), \
usernamePassword(credentialsId: 'sonicdev-cr', usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWD')]) {
timeout(time: 2, unit: 'HOURS') {
timeout(time: 3, unit: 'HOURS') {
sh './scripts/vs/buildimage-vs-image/test.sh'
}
}
Expand Down

0 comments on commit ea2c7fb

Please sign in to comment.