increase timeout for openonu reconcile tests v2.7
Sporadically reconcile tests were aborted due timeout in reconcile tests:
https://jenkins.opencord.org/view/All%20Jobs/job/periodic-voltha-openonu-go-test-bbsim-2.7/
e.g. #88, #89 and #96

Change-Id: Iec392a9a572c39f09f2c17ce5a6a7b3424bd1eff
diff --git a/jjb/pipeline/voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy b/jjb/pipeline/voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy
index c689c0e..3f65752 100755
--- a/jjb/pipeline/voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy
+++ b/jjb/pipeline/voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy
@@ -324,7 +324,7 @@
         ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/ReconcileDT"
       }
       steps {
-        timeout(time: 20, unit: 'MINUTES') {
+        timeout(time: 25, unit: 'MINUTES') {
           sh '''
              if [ "${branch}" != "master" ]; then
                echo "on branch: ${branch}, sourcing kind-voltha/releases/${branch}"
@@ -386,7 +386,7 @@
         ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/ReconcileATT"
       }
       steps {
-        timeout(time: 20, unit: 'MINUTES') {
+        timeout(time: 25, unit: 'MINUTES') {
           sh '''
              if [ "${branch}" != "master" ]; then
                echo "on branch: ${branch}, sourcing kind-voltha/releases/${branch}"
@@ -454,7 +454,7 @@
         ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/ReconcileTT"
       }
       steps {
-        timeout(time: 20, unit: 'MINUTES') {
+        timeout(time: 25, unit: 'MINUTES') {
           sh '''
              if [ "${branch}" != "master" ]; then
                echo "on branch: ${branch}, sourcing kind-voltha/releases/${branch}"