You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/10/18 17:42:25 UTC

[accumulo-website] branch main updated: Increase build timeout to 15 minutes (#347)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 3efd42cd Increase build timeout to 15 minutes (#347)
3efd42cd is described below

commit 3efd42cd8569350f097f15993dbebe4769dbb61c
Author: Christopher L. Shannon <ch...@gmail.com>
AuthorDate: Tue Oct 18 13:42:20 2022 -0400

    Increase build timeout to 15 minutes (#347)
---
 .github/workflows/jekyll.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/jekyll.yaml b/.github/workflows/jekyll.yaml
index 06c32859..c511f947 100644
--- a/.github/workflows/jekyll.yaml
+++ b/.github/workflows/jekyll.yaml
@@ -27,7 +27,7 @@ on:
 
 jobs:
   jekyll:
-    timeout-minutes: 10
+    timeout-minutes: 15
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
@@ -54,4 +54,3 @@ jobs:
         name: site
         path: ./_site/
         if-no-files-found: ignore
-