| commit | 106f9fda0cb2945230a1d2ce8a1668d3ab6e45a2 | [log] [tgz] |
|---|---|---|
| author | Kailash Khalasi <kailash@onlab.us> | Wed Aug 22 11:58:28 2018 -0700 |
| committer | Kailash Khalasi <kailash@onlab.us> | Wed Aug 22 18:58:52 2018 +0000 |
| tree | 396aec18a9d0f232d37d75c768b076a765ba35d2 | |
| parent | a5d95e2d3cc84db79151bd9ab83a094a485ad217 [diff] |
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}