Skip to content

Commit 7dd7444

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ flexible messaging model and an intuitive client API.</description>
16701670
<groupId>org.apache.maven.plugins</groupId>
16711671
<artifactId>maven-surefire-plugin</artifactId>
16721672
<configuration>
1673-
<argLine>${testJacocoAgentArgument} -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${testHeapDumpPath} -XX:+ExitOnOutOfMemoryError -Xmx2G -XX:+UseZGC
1673+
<argLine>${testJacocoAgentArgument} -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${testHeapDumpPath} -XX:+ExitOnOutOfMemoryError -Xmx3G -Xms3G -XX:+UseZGC
16741674
-Dpulsar.allocator.pooled=true
16751675
-Dpulsar.allocator.leak_detection=Advanced
16761676
-Dpulsar.allocator.exit_on_oom=false

0 commit comments

Comments
 (0)