Skip to content

Commit ea2c7fb

Browse files
authored
Increase sonic-mgmt-pr test timeout time (sonic-net#197)
1 parent 7d95395 commit ea2c7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/mgmt/sonic-mgmt-pr/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
lock(resource: "kvmtest_${env.NODE_NAME}") {
2727
withCredentials([sshUserPrivateKey(credentialsId: '2b6b6afe-4892-41d1-967c-d683e7773727', keyFileVariable: 'VM_USER_PRIVATE_KEY'), \
2828
usernamePassword(credentialsId: 'sonicdev-cr', usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWD')]) {
29-
timeout(time: 2, unit: 'HOURS') {
29+
timeout(time: 3, unit: 'HOURS') {
3030
sh './scripts/vs/buildimage-vs-image/test.sh'
3131
}
3232
}

0 commit comments

Comments
 (0)