This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0f765b9  GEODE-5476: Lower timeouts on pipeline jobs.
0f765b9 is described below

commit 0f765b98b4ea03180e9df6c3415247d377d5eb67
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Thu Jul 26 09:37:52 2018 -0700

    GEODE-5476: Lower timeouts on pipeline jobs.
---
 ci/pipelines/geode-build/test-stubs/distributed.yml | 4 ++--
 ci/pipelines/geode-build/test-stubs/upgrade.yml     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/geode-build/test-stubs/distributed.yml 
b/ci/pipelines/geode-build/test-stubs/distributed.yml
index 6a4c42d..fb76b46 100644
--- a/ci/pipelines/geode-build/test-stubs/distributed.yml
+++ b/ci/pipelines/geode-build/test-stubs/distributed.yml
@@ -27,6 +27,6 @@ metadata:
 # specified in Gigabytes.
     ram: 210
 # specified in seconds
-    call_stack_timeout: 7200
-    timeout: 3h
+    call_stack_timeout: 5400
+    timeout: 2h
     size: []
diff --git a/ci/pipelines/geode-build/test-stubs/upgrade.yml 
b/ci/pipelines/geode-build/test-stubs/upgrade.yml
index 4e94b4e..5ecca65 100644
--- a/ci/pipelines/geode-build/test-stubs/upgrade.yml
+++ b/ci/pipelines/geode-build/test-stubs/upgrade.yml
@@ -27,6 +27,6 @@ metadata:
 # specified in Gigabytes.
     ram: 210
 # specified in seconds
-    call_stack_timeout: 3600
-    timeout: 2h
+    call_stack_timeout: 3000
+    timeout: 1h
     size: []

Reply via email to