Merge "increasing timeout on wait_for_jobs in api test"
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index bfba93f..e3a2111 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -215,7 +215,7 @@
            fi
 
            # wait for services to load
-           ./scripts/wait_for_jobs.sh
+           JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh
 
            echo "# Checking helm deployments"
            kubectl get pods
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index e3a5d73..5d1d79c 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -144,7 +144,7 @@
            fi
 
            # wait for services to load - TEMP SLEEP
-           ./scripts/wait_for_jobs.sh
+           JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh
 
            echo "# Checking helm deployments"
            kubectl get pods
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy
index 4a3d5e8..170ddaa 100644
--- a/jjb/pipeline/xos-synchronizer-update.groovy
+++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -260,7 +260,7 @@
            fi
 
            # wait for services to load
-           ./scripts/wait_for_jobs.sh
+           JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh
 
            echo "# Checking helm deployments"
            kubectl get pods