Skip to content

Commit 9b5270b

Browse files
authored
Add Node.js 22, increase test request_timeout (#304)
1 parent 43751b0 commit 9b5270b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: true
2828
matrix:
29-
node: [18, 20, 21]
29+
node: [18, 20, 22]
3030
steps:
3131
- uses: actions/checkout@main
3232

@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: true
9595
matrix:
96-
node: [18, 20, 21]
96+
node: [18, 20, 22]
9797
clickhouse: [head, latest]
9898

9999
steps:
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
fail-fast: true
136136
matrix:
137-
node: [18, 20, 21]
137+
node: [18, 20, 22]
138138
clickhouse: [head, latest]
139139

140140
steps:
@@ -198,7 +198,7 @@ jobs:
198198
strategy:
199199
fail-fast: true
200200
matrix:
201-
node: [18, 20, 21]
201+
node: [18, 20, 22]
202202

203203
steps:
204204
- uses: actions/checkout@main

packages/client-common/__tests__/utils/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export function createTestClient<Stream = unknown>(
5858
url: `https://${getFromEnv(EnvKeys.host)}:8443`,
5959
password: getFromEnv(EnvKeys.password),
6060
database: databaseName,
61+
request_timeout: 60_000,
6162
...logging,
6263
...config,
6364
clickhouse_settings: clickHouseSettings,

0 commit comments

Comments
 (0)