Skip to content

Commit

Permalink
chore(ci): bump object store timeout (#16782)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored May 16, 2024
1 parent a65ab9d commit ee8b312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/ci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee8b312

Please sign in to comment.