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

abaker 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 2310edf  Reset CI job timeouts until PR pipeline is faster
2310edf is described below

commit 2310edf4efa48151f97001871c5df49e1a8cf5d5
Author: Anthony Baker <aba...@apache.org>
AuthorDate: Thu Jul 26 13:25:55 2018 -0700

    Reset CI job timeouts until PR pipeline is faster
---
 ci/pipelines/geode-build/test-stubs/distributed.yml | 4 ++--
 ci/pipelines/geode-build/test-stubs/integration.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 fb76b46..e2aafc8 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: 5400
-    timeout: 2h
+    call_stack_timeout: 25200
+    timeout: 8h
     size: []
diff --git a/ci/pipelines/geode-build/test-stubs/integration.yml 
b/ci/pipelines/geode-build/test-stubs/integration.yml
index df921a4..e2a4282 100644
--- a/ci/pipelines/geode-build/test-stubs/integration.yml
+++ b/ci/pipelines/geode-build/test-stubs/integration.yml
@@ -26,6 +26,6 @@ metadata:
 # specified in Gigabytes.
     ram: 30
 # specified in seconds
-    call_stack_timeout: 7200
-    timeout: 3h
+    call_stack_timeout: 25200
+    timeout: 8h
     size: []

Reply via email to