Skip to content

Commit 235c301

Browse files
committed
Test this out
1 parent 736ec35 commit 235c301

File tree

3 files changed

+544
-505
lines changed

3 files changed

+544
-505
lines changed

.github/phpunit-psql-windows-github.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
bootstrap="../tests/bootstrap.php"
88
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
99
cacheDirectory=".phpunit.cache"
10-
backupStaticProperties="false">
10+
backupStaticProperties="false"
11+
timeoutForSmallTests="60"
12+
timeoutForMediumTests="300"
13+
timeoutForLargeTests="600">
1114
<testsuites>
1215
<testsuite name="phpBB Test Suite">
1316
<directory suffix="_test.php">../tests</directory>

0 commit comments

Comments
 (0)