You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/08/16 14:24:44 UTC

[geode] branch develop updated: Bump Windows job timeouts to 6h

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

jensdeppe 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 600fe23  Bump Windows job timeouts to 6h
600fe23 is described below

commit 600fe23fa3fff66b4e910ba5eca4e712e399cd41
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Thu Aug 16 07:13:16 2018 -0700

    Bump Windows job timeouts to 6h
---
 ci/pipelines/geode-build/jinja.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index c314641..b64a7bc 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -342,5 +342,5 @@ jobs:
         tags:
         - windows-{{test.tags}}-tests
         timeout: 1h
-    timeout: 4h
+    timeout: 6h
 {% endfor %}