diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f89d00e45..84acd070a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -118,4 +118,4 @@ jobs: run: php ./tempest discovery:status - name: Execute tests - run: php -d"error_reporting = E_ALL & ~E_DEPRECATED" -dmemory_limit=1G vendor/bin/phpunit + run: php -d"error_reporting = E_ALL & ~E_DEPRECATED" -dmemory_limit=2G vendor/bin/phpunit