File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229
229
needs : [build-source, integration-test-prepare]
230
230
name : " Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
231
231
runs-on : ubuntu-latest
232
- timeout-minutes : 30
232
+ timeout-minutes : 90
233
233
env :
234
234
JAVA_VER : 8
235
235
TEST_CASE_FILE : jobs/testjob_${{matrix.job_id}}.txt
Original file line number Diff line number Diff line change @@ -235,14 +235,14 @@ jobs:
235
235
needs : [build-source, integration-test-prepare]
236
236
name : " Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
237
237
runs-on : ubuntu-latest
238
- timeout-minutes : 30
238
+ timeout-minutes : 90
239
239
env :
240
240
JAVA_VER : ${{matrix.jdk}}
241
241
TEST_CASE_FILE : jobs/testjob_${{matrix.job_id}}.txt
242
242
strategy :
243
243
fail-fast : false
244
244
matrix :
245
- jdk : [ 8, 11, 17, 19 ]
245
+ jdk : [ 8, 11 ]
246
246
job_id : [1, 2, 3, 4, 5]
247
247
steps :
248
248
- uses : actions/checkout@v3
@@ -299,7 +299,7 @@ jobs:
299
299
JAVA_VER : ${{matrix.jdk}}
300
300
strategy :
301
301
matrix :
302
- jdk : [ 8, 11, 17, 19 ]
302
+ jdk : [ 8, 11 ]
303
303
steps :
304
304
- uses : actions/checkout@v3
305
305
with :
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
needs : [build-source, integration-test-prepare]
236
236
name : " Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
237
237
runs-on : ubuntu-latest
238
- timeout-minutes : 30
238
+ timeout-minutes : 90
239
239
env :
240
240
JAVA_VER : ${{matrix.jdk}}
241
241
TEST_CASE_FILE : jobs/testjob_${{matrix.job_id}}.txt
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231
231
needs : [build-source, integration-test-prepare]
232
232
name : " Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
233
233
runs-on : ubuntu-latest
234
- timeout-minutes : 30
234
+ timeout-minutes : 90
235
235
env :
236
236
JAVA_VER : ${{matrix.jdk}}
237
237
TEST_CASE_FILE : jobs/testjob_${{matrix.job_id}}.txt
You can’t perform that action at this time.
0 commit comments