From 17e4fd206e7bc0b39b87f9f508030f581c67a5fb Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Oct 2025 20:42:11 +0200 Subject: [PATCH] [ticket/17555] Fix typo in phpunit config PHPBB-17555 --- .github/phpunit-psql-windows-github.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/phpunit-psql-windows-github.xml b/.github/phpunit-psql-windows-github.xml index 88fce1693b..470f3cd498 100644 --- a/.github/phpunit-psql-windows-github.xml +++ b/.github/phpunit-psql-windows-github.xml @@ -11,7 +11,7 @@ bootstrap="../tests/bootstrap.php" timeoutForSmallTests="60" timeoutForMediumTests="300" - timeoutForLargeTests="600">> + timeoutForLargeTests="600"> ../tests