You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/10 01:21:55 UTC

[pulsar-site] branch main updated: change build timeout to 10 hours

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 07eb9aea254 change build timeout to 10 hours
07eb9aea254 is described below

commit 07eb9aea254fa2292039be021b3c1448849d3d70
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Jun 10 09:21:45 2022 +0800

    change build timeout to 10 hours
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-next-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml b/.github/workflows/ci-pulsar-website-next-build.yaml
index 931c4d6ab03..8fe7738136b 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -30,7 +30,7 @@ jobs:
     if: ${{ github.repository == 'apache/pulsar-site' }}
     name: Build and publish pulsar website-next
     runs-on: ubuntu-latest
-    timeout-minutes: 360
+    timeout-minutes: 600
     steps:
       - name: checkout
         uses: actions/checkout@v2