commit | fe24c629e1f2b6f3768db56c8cbfd6c6f765ba53 | [log] [tgz] |
---|---|---|
author | TorstenThieme <torsten.thieme@adtran.com> | Tue Jan 26 07:41:47 2021 +0000 |
committer | TorstenThieme <torsten.thieme@adtran.com> | Tue Jan 26 07:41:47 2021 +0000 |
tree | f0903929372673fcdd18b8b15ea0c4473b4f9297 | |
parent | 582d034dbce1f046c9ae0aaca2d110945d7673be [diff] |
increase timeout due long duration reconcile tests Change-Id: I12d74b666da8956c4d0b871755e1202f97c37a4f
diff --git a/jjb/pipeline/voltha-openonu-go-test-bbsim.groovy b/jjb/pipeline/voltha-openonu-go-test-bbsim.groovy index 461500b..7e6c688 100755 --- a/jjb/pipeline/voltha-openonu-go-test-bbsim.groovy +++ b/jjb/pipeline/voltha-openonu-go-test-bbsim.groovy
@@ -23,7 +23,7 @@ label "${params.buildNode}" } options { - timeout(time: 90, unit: 'MINUTES') + timeout(time: 115, unit: 'MINUTES') } environment { KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"