From fa5d7af7aeb75233b03a15df9159fa9fab300b9d Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Tue, 25 Jan 2022 10:58:58 -0600 Subject: [PATCH] Bump PHP test timeout to 20 min --- .github/files/generate-ci-matrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/files/generate-ci-matrix.php b/.github/files/generate-ci-matrix.php index d852c39f0c0f8..85336222ab802 100755 --- a/.github/files/generate-ci-matrix.php +++ b/.github/files/generate-ci-matrix.php @@ -58,7 +58,7 @@ 'script' => 'test-php', 'php' => $php, 'wp' => 'latest', - 'timeout' => 15, // 2021-01-18: Successful runs seem to take ~8 minutes for PHP 5.6 and for the 7.4 master run, ~5.5-6 for 7.x and 8.0. + 'timeout' => 20, // 2022-01-25: 5.6 tests have started timing out at 15 minutes. Previously: Successful runs seem to take ~8 minutes for PHP 5.6 and for the 7.4 master run, ~5.5-6 for 7.x and 8.0. ); } // Merge this into the above once we decide PHP 8.1 is stable and WP latest works with 8.1.