From 2e4ec14e459fd47b2aea02373ef9c9c7074dfbf8 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Thu, 16 May 2024 22:26:14 +0800 Subject: [PATCH] chore(ci): bump object store timeout (#16782) --- src/config/ci.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/ci.toml b/src/config/ci.toml index 02e1509546f2..43e9836bd304 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