Skip to content

Commit 4742671

Browse files
committed
Update timeout for job that run on jdvc-v2
1 parent ddaea31 commit 4742671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
clickhouse: ["cloud"]
209209
project: ["clickhouse-http-client", "clickhouse-jdbc", "client-v2", "jdbc-v2"]
210210
fail-fast: false
211-
timeout-minutes: 15
211+
timeout-minutes: 20
212212
name: ${{ matrix.project }} + CH ${{ matrix.clickhouse }}
213213
steps:
214214
- name: Check out repository
@@ -278,7 +278,7 @@ jobs:
278278
# protocol: ["http", "http_client", "apache_http_client"]
279279
protocol: ["apache_http_client"]
280280
fail-fast: false
281-
timeout-minutes: 15
281+
timeout-minutes: 20
282282
name: JDBC driver + CH ${{ matrix.clickhouse }} (${{ matrix.protocol }})
283283
steps:
284284
- name: Check out repository

0 commit comments

Comments
 (0)