Skip to content

Commit

Permalink
Increase memory limit for CI environment
Browse files Browse the repository at this point in the history
Increase the threshold at which the regression test fails to allow more
memory consuming environments to run the test.
  • Loading branch information
Jan-Marten de Boer committed Oct 11, 2018
1 parent b86fe8b commit 8ab87a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Regression/Issue25/Issue25Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testNoOutOfMemoryError(): void
[
PHP_BINARY,
'-d',
'memory_limit=15M',
'memory_limit=25M',
'../../../bin/dependency-guard'
],
__DIR__
Expand Down

0 comments on commit 8ab87a3

Please sign in to comment.