commit | 685b89b56a1651f9b515b1e282d3909f0385c549 | [log] [tgz] |
---|---|---|
author | TorstenThieme <torsten.thieme@adtran.com> | Thu Jan 28 12:59:23 2021 +0000 |
committer | TorstenThieme <torsten.thieme@adtran.com> | Thu Jan 28 12:59:23 2021 +0000 |
tree | a74713eab0ffba2e9c5c48550e7cdf0f6106a431 | |
parent | 71bb910fbab32e9e32360a012076dfb1d8d1a764 [diff] |
Fixing openonu-go nightly tests timeout Change-Id: I1a0a028ad0374449ab5633991d7e8c8603f8276b
diff --git a/jjb/pipeline/voltha-openonu-go-test-bbsim.groovy b/jjb/pipeline/voltha-openonu-go-test-bbsim.groovy index 7e6c688..a2c3c62 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: 115, unit: 'MINUTES') + timeout(time: 130, unit: 'MINUTES') } environment { KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"