We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaea31 commit 4742671Copy full SHA for 4742671
.github/workflows/build.yml
@@ -208,7 +208,7 @@ jobs:
208
clickhouse: ["cloud"]
209
project: ["clickhouse-http-client", "clickhouse-jdbc", "client-v2", "jdbc-v2"]
210
fail-fast: false
211
- timeout-minutes: 15
+ timeout-minutes: 20
212
name: ${{ matrix.project }} + CH ${{ matrix.clickhouse }}
213
steps:
214
- name: Check out repository
@@ -278,7 +278,7 @@ jobs:
278
# protocol: ["http", "http_client", "apache_http_client"]
279
protocol: ["apache_http_client"]
280
281
282
name: JDBC driver + CH ${{ matrix.clickhouse }} (${{ matrix.protocol }})
283
284
0 commit comments