increasing dataplane test timeouts

Change-Id: I8ed50177f025454ba1ead46b79c1418308f56ecf
diff --git a/Jenkinsfile-rcordlite-topdown b/Jenkinsfile-rcordlite-topdown
index ba59f2d..47365cd 100644
--- a/Jenkinsfile-rcordlite-topdown
+++ b/Jenkinsfile-rcordlite-topdown
@@ -173,7 +173,7 @@
             }
         }
         stage('Configuration and Tests') {
-            timeout(10) {
+            timeout(30) {
                 try {
                     sh """
                     export KUBECONFIG=/home/cord/${deployment_config.pod_config}
diff --git a/Jenkinsfile-rcordlite-zerotouch b/Jenkinsfile-rcordlite-zerotouch
index 4625ce0..3f35233 100644
--- a/Jenkinsfile-rcordlite-zerotouch
+++ b/Jenkinsfile-rcordlite-zerotouch
@@ -179,7 +179,7 @@
             }
         }
         stage('Configurations and Tests') {
-             timeout(10) {
+             timeout(20) {
                 try {
                     sh """
                     export KUBECONFIG=/home/cord/${deployment_config.pod_config}