diff --git a/.github/actions/setup-greptimedb-cluster/with-minio.yaml b/.github/actions/setup-greptimedb-cluster/with-minio.yaml index 9fe5f69fae..d5ddcddba5 100644 --- a/.github/actions/setup-greptimedb-cluster/with-minio.yaml +++ b/.github/actions/setup-greptimedb-cluster/with-minio.yaml @@ -4,6 +4,10 @@ meta: read_rt_size = 8 write_rt_size = 8 bg_rt_size = 8 + + [datanode] + [datanode.client] + timeout = "60s" datanode: config: |- [runtime] @@ -16,6 +20,9 @@ frontend: read_rt_size = 8 write_rt_size = 8 bg_rt_size = 8 + + [meta_client] + ddl_timeout = "60s" objectStorage: s3: bucket: default diff --git a/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml b/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml index 9aa3494705..bf4d3da65c 100644 --- a/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml +++ b/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml @@ -9,6 +9,11 @@ meta: provider = "kafka" broker_endpoints = ["kafka.kafka-cluster.svc.cluster.local:9092"] num_topics = 3 + + + [datanode] + [datanode.client] + timeout = "60s" datanode: config: |- [runtime] @@ -26,6 +31,9 @@ frontend: read_rt_size = 8 write_rt_size = 8 bg_rt_size = 8 + + [meta_client] + ddl_timeout = "60s" objectStorage: s3: bucket: default