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

xiaochenzhou pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new a0cefad8fb [Hotfix][CI] Increase timeout for website build (#10602)
a0cefad8fb is described below

commit a0cefad8fb445044798bc77a8136efe3f7458a11
Author: dy102 <[email protected]>
AuthorDate: Mon Mar 16 10:59:48 2026 +0900

    [Hotfix][CI] Increase timeout for website build (#10602)
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 7389fe43f8..6f7189503d 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -327,7 +327,7 @@ jobs:
     needs: [ changes, sanity-check ]
     name: Build website
     runs-on: ubuntu-latest
-    timeout-minutes: 60
+    timeout-minutes: 90
     steps:
       - name: Checkout PR
         uses: actions/checkout@v3

Reply via email to