commit | 2f21f98047b16f64aa7b88656ea28cf320406ee5 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Fri Sep 11 13:26:40 2020 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Fri Sep 11 13:41:55 2020 +0200 |
tree | 1793e6180c1a725158521c5df0f916bf766f7231 | |
parent | b01017077e907876c244cd13cef8b0cb3d13b258 [diff] [blame] |
Configuration for multi test and Upping timeouts for DT nightly and multi test Change-Id: Ice3cda300513404c550db08362d2fdc3b90a68ec
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy index 18c8140..d1de2e9 100644 --- a/jjb/pipeline/voltha-go-tests.groovy +++ b/jjb/pipeline/voltha-go-tests.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"