Skip to content

Commit 0a4391a

Browse files
committed
Increase pulsar-ci unit-tests timeout minutes and heap space
1 parent 9a2d6ee commit 0a4391a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pulsar-ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
COLLECT_COVERAGE: "${{ needs.preconditions.outputs.collect_coverage }}"
175175
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
176176
runs-on: ubuntu-22.04
177-
timeout-minutes: ${{ matrix.timeout || 60 }}
177+
timeout-minutes: 90
178178
needs: ['preconditions', 'build-and-license-check']
179179
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
180180
strategy:
@@ -183,7 +183,6 @@ jobs:
183183
include:
184184
- name: Other
185185
group: OTHER
186-
timeout: 75
187186
- name: Brokers - Broker Group 1
188187
group: BROKER_GROUP_1
189188
- name: Brokers - Broker Group 2
@@ -200,7 +199,6 @@ jobs:
200199
group: PROXY
201200
- name: Pulsar IO
202201
group: PULSAR_IO
203-
timeout: 75
204202
- name: Pulsar IO - Elastic Search
205203
group: PULSAR_IO_ELASTIC
206204
- name: Pulsar IO - Kafka Connect Adaptor

0 commit comments

Comments
 (0)