Skip to content

Commit

Permalink
Merge pull request #2700 from nextcloud/update-main-phpunit-config
Browse files Browse the repository at this point in the history
Adjust phpunit config in main
  • Loading branch information
nickvergessen authored Apr 7, 2022
2 parents ceefd3f + 7ce9947 commit 77a60e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="tests/bootstrap.php"
verbose="true"
colors="true"
convertDeprecationsToExceptions="true"
colors="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900">
Expand All @@ -19,4 +20,4 @@
</exclude>
</whitelist>
</filter>
</phpunit>
</phpunit>

0 comments on commit 77a60e2

Please sign in to comment.