commit | d9e62df0259da1b7c9a51ae6dfe933566e3865d8 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Wed May 27 22:11:46 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Wed May 27 22:11:46 2020 +0000 |
tree | 4f5d57380fd61201b077004bce0c4f4ec35c5d62 | |
parent | a98724231d7112c5ac8eee1828c86d68f62e186e [diff] | |
parent | 6a801b3c732bcaeb27599183d9263075f5cddf70 [diff] |
Merge "Up timeout to 60m"
diff --git a/jjb/pipeline/voltha-nightly-tests-bbsim.groovy b/jjb/pipeline/voltha-nightly-tests-bbsim.groovy index cc5ea23..51044d8 100644 --- a/jjb/pipeline/voltha-nightly-tests-bbsim.groovy +++ b/jjb/pipeline/voltha-nightly-tests-bbsim.groovy
@@ -23,7 +23,7 @@ label "${params.buildNode}" } options { - timeout(time: 40, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') } environment { KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"