commit | c68b8d7c0596d5bf1e629074de38e92cf7025638 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Sep 24 11:25:47 2020 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Sep 24 11:25:47 2020 +0200 |
tree | 612596ed0de47f683825daa764ef321c7ce70892 | |
parent | 25bcf2951524a38ef347be647c9cde26b1832cd3 [diff] |
Extending timeout to 60 minuts to always get the final logs on the scale pipeline Change-Id: I40dbd72db0fddd09e9d76a599562dafb367c9d79
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy index bb4a8f0..7e4a2c4 100644 --- a/jjb/pipeline/voltha-scale-test.groovy +++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -21,7 +21,7 @@ label "${params.buildNode}" } options { - timeout(time: 30, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') } environment { JENKINS_NODE_COOKIE="dontKillMe" // do not kill processes after the build is done