File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
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
You can’t perform that action at this time.
0 commit comments