File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
packages/client-common/__tests__/utils Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments