Skip to content

Commit a036bc3

Browse files
committed
Increase available memory for tests
1 parent 62a2bc5 commit a036bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ blocks:
101101
commands:
102102
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
103103
- docker compose up -d && sleep 30
104-
- docker ps
105-
- npx jest --forceExit --no-colors --runInBand --ci test/promisified/producer/
104+
- export NODE_OPTIONS='--max-old-space-size=1536'
105+
- npx jest --forceExit --no-colors --ci test/promisified/
106106
- name: "ESLint"
107107
commands:
108108
- npx eslint lib/kafkajs

0 commit comments

Comments
 (0)