Skip to content

Commit 705bd76

Browse files
committed
[Fix][CI] Upgrade all-connectors-it-3/7 timeout
1 parent 745b56d commit 705bd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ jobs:
822822
matrix:
823823
java: [ '8', '11' ]
824824
os: [ 'ubuntu-latest' ]
825-
timeout-minutes: 120
825+
timeout-minutes: 150
826826
steps:
827827
- uses: actions/checkout@v2
828828
- name: Set up JDK ${{ matrix.java }}
@@ -950,7 +950,7 @@ jobs:
950950
matrix:
951951
java: [ '8', '11' ]
952952
os: [ 'ubuntu-latest' ]
953-
timeout-minutes: 100
953+
timeout-minutes: 120
954954
steps:
955955
- uses: actions/checkout@v2
956956
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)