Skip to content

Commit

Permalink
Increase the memory_limit for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 3, 2020
1 parent 4c8ab80 commit 8306d2f
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 @@ -15,6 +15,6 @@
</whitelist>
</filter>
<php>
<ini name="memory_limit" value="256M"/>
<ini name="memory_limit" value="1G"/>
</php>
</phpunit>

0 comments on commit 8306d2f

Please sign in to comment.