GEODE-8740: increase test job timeouts (#5771)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index 3d8e142..9ada84d 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -504,7 +504,7 @@
         - name: concourse-metadata-resource
         outputs:
         - name: results
-      timeout: 8h
+      timeout: {{ run_var.timeout }}
       ensure:
         do:
         - task: cleanup_benchmarks
diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index d54fc67..eebb29b 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -24,14 +24,17 @@
     flag: ''
     options: ''
     max_in_flight: 4
+    timeout: 24h
   - title: '_with_ssl'
     flag: '-PwithSsl -PtestJVM=/usr/lib/jvm/bellsoft-java11-amd64'
     options: '--tests=*GetBenchmark --tests=*PutBenchmark'
     max_in_flight: 1
+    timeout: 3h
   - title: '_with_security_manager'
     flag: '-PwithSecurityManager'
     options: '--tests=Partitioned*'
     max_in_flight: 2
+    timeout: 5h
 
 build_test:
   ARTIFACT_SLUG: build
@@ -130,10 +133,10 @@
   RAM: '90'
   name: Integration
 - ARTIFACT_SLUG: upgradetestfiles
-  CALL_STACK_TIMEOUT: '3000'
+  CALL_STACK_TIMEOUT: '4800'
   CPUS: '96'
   DUNIT_PARALLEL_FORKS: '48'
-  EXECUTE_TEST_TIMEOUT: 1h
+  EXECUTE_TEST_TIMEOUT: 90m
   GRADLE_TASK: upgradeTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'true'