Commit c4ed11e2a91 for woocommerce
commit c4ed11e2a9102f400f3b975043a2a29ecf4236e5
Author: Michal Iwanow <4765119+mcliwanow@users.noreply.github.com>
Date: Tue Sep 22 08:54:39 2026 +0200
Raise the WordPress.org SVN commit job timeout to 60 minutes (#68936)
The 10 minute limit set in #67880 is too short for the first beta of a
release, when the SVN trunk update carries a full cycle of changes.
The 11.2.0-beta.1 upload hit it today. Past runs of this job have taken
up to 45 minutes.
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
diff --git a/.github/workflows/release-upload-to-wporg.yml b/.github/workflows/release-upload-to-wporg.yml
index 9ec23468661..181d2da3449 100644
--- a/.github/workflows/release-upload-to-wporg.yml
+++ b/.github/workflows/release-upload-to-wporg.yml
@@ -162,7 +162,7 @@ jobs:
commit:
name: Commit release to WordPress.org
runs-on: ${{ github.repository == 'woocommerce/woocommerce' && fromJSON('{"group":"WooCommerce Release Checks"}') || 'ubuntu-latest' }}
- timeout-minutes: 10
+ timeout-minutes: 60
needs: [get-and-validate-release-asset]
if: ${{ github.repository == 'woocommerce/woocommerce' }}
permissions: