We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a036bc3 commit 8fe9107Copy full SHA for 8fe9107
.semaphore/semaphore.yml
@@ -15,7 +15,7 @@ auto_cancel:
15
when: "branch != 'master'"
16
17
execution_time_limit:
18
- hours: 1
+ hours: 3
19
20
queue:
21
- when: "branch != 'master'"
@@ -102,7 +102,7 @@ blocks:
102
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
103
- docker compose up -d && sleep 30
104
- export NODE_OPTIONS='--max-old-space-size=1536'
105
- - npx jest --forceExit --no-colors --ci test/promisified/
+ - npx jest --forceExit --no-colors --ci test/promisified/admin/delete_groups.spec.js test/promisified/consumer/pause.spec.js
106
- name: "ESLint"
107
commands:
108
- npx eslint lib/kafkajs
0 commit comments