From d6bb75e7c7b4ee797821b3ea9a9aa62a18323cc1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 1 Sep 2022 01:36:13 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 228aa39d13..848a52a525 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.