File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
COLLECT_COVERAGE : " ${{ needs.preconditions.outputs.collect_coverage }}"
175
175
DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
176
176
runs-on : ubuntu-22.04
177
- timeout-minutes : ${{ matrix.timeout || 60 }}
177
+ timeout-minutes : 90
178
178
needs : ['preconditions', 'build-and-license-check']
179
179
if : ${{ needs.preconditions.outputs.docs_only != 'true' }}
180
180
strategy :
@@ -183,7 +183,6 @@ jobs:
183
183
include :
184
184
- name : Other
185
185
group : OTHER
186
- timeout : 75
187
186
- name : Brokers - Broker Group 1
188
187
group : BROKER_GROUP_1
189
188
- name : Brokers - Broker Group 2
@@ -200,7 +199,6 @@ jobs:
200
199
group : PROXY
201
200
- name : Pulsar IO
202
201
group : PULSAR_IO
203
- timeout : 75
204
202
- name : Pulsar IO - Elastic Search
205
203
group : PULSAR_IO_ELASTIC
206
204
- name : Pulsar IO - Kafka Connect Adaptor
Original file line number Diff line number Diff line change @@ -1670,7 +1670,7 @@ flexible messaging model and an intuitive client API.</description>
1670
1670
<groupId >org.apache.maven.plugins</groupId >
1671
1671
<artifactId >maven-surefire-plugin</artifactId >
1672
1672
<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
1674
1674
-Dpulsar.allocator.pooled=true
1675
1675
-Dpulsar.allocator.leak_detection=Advanced
1676
1676
-Dpulsar.allocator.exit_on_oom=false
You can’t perform that action at this time.
0 commit comments