diff --git a/apps/reaction/package.json b/apps/reaction/package.json index 8df9a06f2e..6f997be418 100644 --- a/apps/reaction/package.json +++ b/apps/reaction/package.json @@ -103,8 +103,8 @@ "test:integration:watch": "node node_modules/jest/bin/jest --runInBand --watch --testPathIgnorePatterns '/src/'", "test:integration:file": "jest --runInBand", "test:integration:file:watch": "jest --runInBand --watch", - "test:integration:query": "node --max-old-space-size=7168 --expose-gc ../../node_modules/jest/bin/jest.js --forceExit --runInBand --logHeapUsage --testPathIgnorePatterns '/src/' '/tests/integration/api/mutations/'", - "test:integration:mutation": "node --max_old_space_size=7168 --expose-gc ../../node_modules/jest/bin/jest.js --forceExit --runInBand --logHeapUsage --testPathIgnorePatterns '/src/' '/tests/integration/api/queries/'", + "test:integration:query": "node --max-old-space-size=12288 --expose-gc ../../node_modules/jest/bin/jest.js --forceExit --runInBand --logHeapUsage --testPathIgnorePatterns '/src/' '/tests/integration/api/mutations/'", + "test:integration:mutation": "node --max_old_space_size=12288 --expose-gc ../../node_modules/jest/bin/jest.js --forceExit --runInBand --logHeapUsage --testPathIgnorePatterns '/src/' '/tests/integration/api/queries/'", "lint": "eslint .", "lint:gql": "graphql-schema-linter ./src/**/*.graphql", "version": "echo $npm_package_version",