Skip to content

Commit 8fe9107

Browse files
committed
Increase available time for tests
1 parent a036bc3 commit 8fe9107

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
@@ -15,7 +15,7 @@ auto_cancel:
1515
when: "branch != 'master'"
1616

1717
execution_time_limit:
18-
hours: 1
18+
hours: 3
1919

2020
queue:
2121
- when: "branch != 'master'"
@@ -102,7 +102,7 @@ blocks:
102102
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
103103
- docker compose up -d && sleep 30
104104
- export NODE_OPTIONS='--max-old-space-size=1536'
105-
- npx jest --forceExit --no-colors --ci test/promisified/
105+
- npx jest --forceExit --no-colors --ci test/promisified/admin/delete_groups.spec.js test/promisified/consumer/pause.spec.js
106106
- name: "ESLint"
107107
commands:
108108
- npx eslint lib/kafkajs

0 commit comments

Comments
 (0)