Skip to content

Commit

Permalink
fix: increase e2e test runtime memory to avoid OOM (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Dec 4, 2024
1 parent 7949aa3 commit bcf2a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
})

Expand Down

0 comments on commit bcf2a08

Please sign in to comment.