diff --git a/bin/app.ts b/bin/app.ts index 863d304d86..e669f10d29 100644 --- a/bin/app.ts +++ b/bin/app.ts @@ -342,7 +342,7 @@ export class RoutingAPIPipeline extends Stack { 'echo "ARCHIVE_NODE_RPC=${ARCHIVE_NODE_RPC}" >> .env', 'npm install', 'npm run build', - 'npm run test:e2e', + 'set NODE_OPTIONS=--max-old-space-size=4096 && npm run test:e2e', ], })