Commit 7239506da42 for woocommerce

commit 7239506da42d548c923f2934690a992b9db18003
Author: Jorge A. Torres <jorge.torres@automattic.com>
Date:   Mon Jun 8 13:26:59 2026 +0100

    Increase SVN http timeout from 1800 to 3600 seconds

diff --git a/.github/workflows/release-upload-to-wporg.yml b/.github/workflows/release-upload-to-wporg.yml
index 03851faaf0a..0631a7bbccc 100644
--- a/.github/workflows/release-upload-to-wporg.yml
+++ b/.github/workflows/release-upload-to-wporg.yml
@@ -231,7 +231,7 @@ jobs:
             --message "Tagging version $RELEASE_TAG." \
             --no-auth-cache \
             --non-interactive \
-            --config-option=servers:global:http-timeout=1800
+            --config-option=servers:global:http-timeout=3600

           # Write success to summary.
           echo "" >> $GITHUB_STEP_SUMMARY
@@ -266,7 +266,7 @@ jobs:
             --message "Tagging version $RELEASE_TAG." \
             --no-auth-cache \
             --non-interactive \
-            --config-option=servers:global:http-timeout=1800
+            --config-option=servers:global:http-timeout=3600

           # Write success to summary.
           echo "" >> $GITHUB_STEP_SUMMARY