From 0d1b683afcaafd76cbad35fd18173b3c2e754284 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:19:05 +0800 Subject: [PATCH] chore(ci): bump object store timeout (#16782) (#16790) Co-authored-by: Noel Kwan <47273164+kwannoel@users.noreply.github.com> --- src/config/ci.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/ci.toml b/src/config/ci.toml index 02e1509546f27..43e9836bd304f 100644 --- a/src/config/ci.toml +++ b/src/config/ci.toml @@ -16,6 +16,12 @@ stream_exchange_concurrent_barriers = 10 [storage] imm_merge_threshold = 2 +[storage.object_store.retry] +streaming_upload_attempt_timeout_ms = 10000 +upload_retry_attempts = 5 +read_attempt_timeout_ms = 16000 +read_retry_attempts = 6 + [system] barrier_interval_ms = 250 checkpoint_frequency = 5