Build/Test Tools: Increase the timeout for the failed workflow.

Following [56829], the previous `timeout-minutes` value of `5` is insufficient when approaching 10 retries.

See #58867.
Built from https://develop.svn.wordpress.org/trunk@56830


git-svn-id: http://core.svn.wordpress.org/trunk@56342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-10-11 17:15:27 +00:00
parent 099146c20a
commit 3e66d7d2e4

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta3-56829';
$wp_version = '6.4-beta3-56830';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.