Increase timeout to 60

This is manly for bazel which keeps failing because it times out.

Also mostly following this https://gerrit.googlesource.com/gerrit-ci-scripts/+/3a81531f8ff8f7bf86a173597b11a37b73279b0c
except from the tests are now split so they doint quite need to be 90. But lets keep it at 60 to be on the safe side.

Change-Id: Ice442dde1b75ee26b5f9adf434c857372b635040
diff --git a/jenkins/gerrit-verifier.yaml b/jenkins/gerrit-verifier.yaml
index 1b2d50e..85eeb55 100644
--- a/jenkins/gerrit-verifier.yaml
+++ b/jenkins/gerrit-verifier.yaml
@@ -80,7 +80,7 @@
           installation-name: Xvfb
           display-name: 1
           parallel-build: false
-          timeout: 30
+          timeout: 60
           screen: 1024x768x16
           additional-options: -fbdir /tmp
           debug: true
@@ -89,7 +89,7 @@
           xml: |
             <hudson.plugins.build__timeout.BuildTimeoutWrapper plugin="build-timeout@1.16">
               <strategy class="hudson.plugins.build_timeout.impl.NoActivityTimeOutStrategy">
-                 <timeoutSecondsString>600</timeoutSecondsString>
+                 <timeoutSecondsString>750</timeoutSecondsString>
               </strategy>
               <operationList>
                  <hudson.plugins.build__timeout.operations.AbortOperation/>