Merge "Increased timeouts on xos verify jobs"
diff --git a/jjb/python-unit.yaml b/jjb/python-unit.yaml
index 2e7bbfb..e035f45 100644
--- a/jjb/python-unit.yaml
+++ b/jjb/python-unit.yaml
@@ -23,7 +23,7 @@
 
     wrappers:
       - lf-infra-wrappers:
-          build-timeout: 20
+          build-timeout: '{build-timeout}'
           jenkins-ssh-credential: '{jenkins-ssh-credential}'
 
     scm:
diff --git a/jjb/verify/xos.yaml b/jjb/verify/xos.yaml
index fc8c4f3..e4d104f 100644
--- a/jjb/verify/xos.yaml
+++ b/jjb/verify/xos.yaml
@@ -29,8 +29,10 @@
 - job-group:
     name: 'verify-xos-jobs-code'
     jobs:
-      - 'verify-sonarqube'
-      - 'python-unit-test'
+      - 'verify-sonarqube':
+          build-timeout: 45
+      - 'python-unit-test':
+          build-timeout: 45
       - 'synchronizer-update'
       - 'api-test':
           pipeline_script: 'all-xos-api-test-helm.groovy'