Skip to content

Commit

Permalink
Increased phpunit memory limit to 1G
Browse files Browse the repository at this point in the history
This hopefully fixed the failing github action
  • Loading branch information
jbtronics committed Jun 6, 2024
1 parent 39247f1 commit 5402d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<server name="SHELL_VERBOSITY" value="-1"/>
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5"/>
<ini name="memory_limit" value="512M"/>
<ini name="memory_limit" value="1G"/>
<ini name="display_errors" value="1"/>
</php>
<coverage processUncoveredFiles="true">
Expand Down

0 comments on commit 5402d7b

Please sign in to comment.