Skip to content

Commit 5e8092b

Browse files
256M are not enough (when PCOV is used)
1 parent 48ffc23 commit 5e8092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LongestCommonSubsequenceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract class LongestCommonSubsequenceTest extends TestCase
3535
protected function setUp(): void
3636
{
3737
$this->memoryLimit = \ini_get('memory_limit');
38-
\ini_set('memory_limit', '256M');
38+
\ini_set('memory_limit', '-1');
3939

4040
$this->implementation = $this->createImplementation();
4141
}

0 commit comments

Comments
 (0)