File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
library/yql/providers/generic/connector/tests/utils/run
tests/fq/generic/streaming/ydb Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,10 @@ class AppConfigRenderer:
181181 EnableScriptExecutionOperations: true
182182}
183183
184+ TableServiceConfig {
185+ CompileTimeoutMs: 600000
186+ }
187+
184188QueryServiceConfig {
185189 Generic {
186190 Connector {
Original file line number Diff line number Diff line change 66from ydb .library .yql .providers .generic .connector .tests .utils .run .result import Result
77
88
9- # 3 mins
10- DefaultTimeout : Final = 180
9+ # 10 mins, because database startup is very slow on Github CI
10+ DefaultTimeout : Final = 600
1111
1212
1313class Runner (ABC ):
Original file line number Diff line number Diff line change 55export PROFILE=tests-ydb-client-$( LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 8)
66
77# Wait until server is up
8- timeout 30s bash -c ' until /ydb --endpoint grpc://tests-fq-generic-analytics -ydb:2136 --database /local scheme ls; do sleep 3; done'
8+ timeout 30s bash -c ' until /ydb --endpoint grpc://tests-fq-generic-streaming -ydb:2136 --database /local scheme ls; do sleep 3; done'
99
1010# Run initialization scripts
11- /ydb config profile create ${PROFILE} --endpoint grpc://tests-fq-generic-analytics -ydb:2136 --database /local
11+ /ydb config profile create ${PROFILE} --endpoint grpc://tests-fq-generic-streaming -ydb:2136 --database /local
1212/bin/bash ./01_basic.sh
You can’t perform that action at this time.
0 commit comments