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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new e4f8c9251 GH-1107: Increase publish job timeout (#1108)
e4f8c9251 is described below

commit e4f8c9251229846190716cce5a9772292952c761
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Apr 10 14:31:54 2026 +0900

    GH-1107: Increase publish job timeout (#1108)
    
    ## What's Changed
    
    We have many artifacts and need `sleep 1` per upload. So 5min timeout is
    too short.
    
    Closes #1107.
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5ca9cf9b7..a2c5a5554 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
   publish:
     name: Publish
     runs-on: ubuntu-latest
-    timeout-minutes: 5
+    timeout-minutes: 30
     steps:
       - name: Download RC contents
         run: |

Reply via email to