We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d95395 commit ea2c7fbCopy full SHA for ea2c7fb
jenkins/mgmt/sonic-mgmt-pr/Jenkinsfile
@@ -26,7 +26,7 @@ pipeline {
26
lock(resource: "kvmtest_${env.NODE_NAME}") {
27
withCredentials([sshUserPrivateKey(credentialsId: '2b6b6afe-4892-41d1-967c-d683e7773727', keyFileVariable: 'VM_USER_PRIVATE_KEY'), \
28
usernamePassword(credentialsId: 'sonicdev-cr', usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWD')]) {
29
- timeout(time: 2, unit: 'HOURS') {
+ timeout(time: 3, unit: 'HOURS') {
30
sh './scripts/vs/buildimage-vs-image/test.sh'
31
}
32
0 commit comments