Commit 9b5ded393b for wordpress.org
commit 9b5ded393bc3ab8d38479069f2612e0788cc6f7c
Author: desrosj <desrosj@git.wordpress.org>
Date: Wed Sep 9 12:36:47 2026 +0000
Build/Test Tools: Increase PHPUnit workflow `timeout-minutes`.
There has been a considerable number of PHPUnit test workflow runs recently that have been hitting the default configured `timeout-minutes` value of `20`.
This increases the value to `30` to avoid runs being cancelled prematurely until the speed of the test suite can be improved.
See #65845.
Built from https://develop.svn.wordpress.org/trunk@63557
git-svn-id: http://core.svn.wordpress.org/trunk@62733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 1751ead550..a6c704956d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63556';
+$wp_version = '7.2-alpha-63557';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.