commit | fcbec0fde0a18a6255d6176bdcd7d5f611443476 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Nov 30 10:35:52 2020 -0800 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Nov 30 10:35:52 2020 -0800 |
tree | c9aed56584428ba914ed4f0c8cae1e13baea1032 | |
parent | ed38312f8642ca8f07c40f5a3d483b97b7e8174f [diff] |
Increased timer for nightly bbsim multi olt tests Change-Id: Id4ac97083682fdc1996692e84ccb019f4dce3631
diff --git a/jjb/pipeline/voltha-nightly-tests-bbsim.groovy b/jjb/pipeline/voltha-nightly-tests-bbsim.groovy index 606ebcc..48af5c5 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: 90, unit: 'MINUTES') + timeout(time: 190, unit: 'MINUTES') } environment { KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"