commit | 5e35262199db94fe1ba15bcae3d5d4b8664e9fed | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Wed Sep 09 20:33:29 2020 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed Sep 09 20:33:29 2020 +0200 |
tree | 94cdc7d1f670ee0ea7edac7c380d068af5a72337 | |
parent | 2a01b5a7bbb4f571763dc4e7a211564616774e12 [diff] |
Extending the timeout for BBSIM tests Change-Id: I2c0fc587e89c13385bfa6c1c095549a958a7009d
diff --git a/jjb/pipeline/voltha-nightly-tests-bbsim.groovy b/jjb/pipeline/voltha-nightly-tests-bbsim.groovy index 7a9b72a..ee337e8 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: 60, unit: 'MINUTES') + timeout(time: 90, unit: 'MINUTES') } environment { KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"