Timeout fixes for periodic-voltha-multiple-olts-test-bbsim-2.7 job
Change-Id: If0eba7fca329682a2262e52b980d63c6efb76bab
diff --git a/jjb/pipeline/voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy b/jjb/pipeline/voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy
index 31aa380..da4dc8a 100644
--- a/jjb/pipeline/voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy
+++ b/jjb/pipeline/voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy
@@ -23,7 +23,7 @@
label "${params.buildNode}"
}
options {
- timeout(time: 100, unit: 'MINUTES')
+ timeout(time: 150, unit: 'MINUTES')
}
environment {
KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"
@@ -130,7 +130,7 @@
ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/FunctionalTests"
}
steps {
- timeout(time: 20, unit: 'MINUTES') {
+ timeout(time: 50, unit: 'MINUTES') {
sh '''
set +e
mkdir -p $ROBOT_LOGS_DIR
@@ -172,7 +172,7 @@
ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/FailureTests"
}
steps {
- timeout(time: 30, unit: 'MINUTES') {
+ timeout(time: 70, unit: 'MINUTES') {
sh '''
set +e
mkdir -p $WORKSPACE/RobotLogs
@@ -206,7 +206,7 @@
ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/ErrorTests"
}
steps {
- timeout(time: 10, unit: 'MINUTES') {
+ timeout(time: 15, unit: 'MINUTES') {
sh '''
set +e
mkdir -p $WORKSPACE/RobotLogs