Tests: Increase the time difference for the `expires` header in Site Health page cache tests.
This aims to avoid a race condition in the Code Coverage Report, which takes longer than 10 minutes to run, and by the time the page cache test runs, the `expires` header that is supposed to be in the future is already in the past. Follow-up to [54043]. Props Clorith, davidbaumwald, flixos90, desrosj, SergeyBiryukov. See #56041. Built from https://develop.svn.wordpress.org/trunk@54045 git-svn-id: http://core.svn.wordpress.org/trunk@53604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7a94e6c200
commit
d6bb75e7c7
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54044';
|
||||
$wp_version = '6.1-alpha-54045';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue