Skip to content

Commit b2dd1e8

Browse files
authored
YDB FQ: increase retry duration up to 10 minutes in connector tests (#9433)
1 parent 1c08994 commit b2dd1e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ydb/library/yql/providers/generic/connector/tests/fq-connector-go/fq-connector-go.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ conversion:
2525
use_unsafe_converters: true
2626

2727
data_source_default: &data_source_default_var
28-
open_connection_timeout: 20s
29-
ping_connection_timeout: 20s
28+
open_connection_timeout: 5s
29+
ping_connection_timeout: 5s
3030
exponential_backoff:
3131
initial_interval: 100ms
3232
randomization_factor: 0.5
3333
multiplier: 1.5
34-
max_interval: 20s
35-
max_elapsed_time: 3m
34+
max_interval: 10s
35+
max_elapsed_time: 10m
3636

3737
datasources:
3838
clickhouse:

0 commit comments

Comments
 (0)