Build/Test Tools: Increase the timeout value for MacOS jobs.

The current `timeout-minutes` value of `20` is a bit too short for MacOS jobs in GitHub Actions, which on occasion take a bit longer.

This bumps that limit to `30` to avoid unnecessarily flagging a job as stuck.

See #55652.
Built from https://develop.svn.wordpress.org/trunk@54293


git-svn-id: http://core.svn.wordpress.org/trunk@53852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-09-23 17:03:08 +00:00
parent 1b463c4601
commit b85b4cb634
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta1-54292';
$wp_version = '6.1-beta1-54293';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.