Skip to content

Commit

Permalink
increase timeouts for kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Oct 16, 2024
1 parent 9cad1ef commit be3bdff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sink-connector/tests/integration/tests/deduplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def deduplication(
statement="count(*)",
clickhouse_table=clickhouse_table,
with_final=True,
timeout=50,
timeout=140,
)


Expand Down
2 changes: 1 addition & 1 deletion sink-connector/tests/integration/tests/partition_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def partition_limits(

retry(
clickhouse.query,
timeout=50,
timeout=140,
delay=1,
)(
f"SELECT count() FROM test.{table_name} FINAL where _sign !=-1 FORMAT CSV",
Expand Down
2 changes: 1 addition & 1 deletion sink-connector/tests/integration/tests/steps/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def complex_check_creation_and_select(
table_name,
clickhouse_table,
statement,
timeout=50,
timeout=140,
message=1,
clickhouse_node=None,
database_name=None,
Expand Down

0 comments on commit be3bdff

Please sign in to comment.