Skip to content

Commit

Permalink
chore(test): longer streaming_upload_attempt_timeout_ms for backfill …
Browse files Browse the repository at this point in the history
…test only (#18960)
  • Loading branch information
wcy-fdu authored Oct 17, 2024
1 parent 9a6a7f9 commit fb1edb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/ci-backfill.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ telemetry_enabled = false
stream_chunk_size = 10

[storage.object_store.retry]
streaming_upload_attempt_timeout_ms = 20000
streaming_upload_attempt_timeout_ms = 30000

[system]
# NOTE(kwannoel): If can't reproduce it, set to a lower number.
Expand Down
2 changes: 1 addition & 1 deletion src/config/ci-longer-streaming-upload-timeout.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stream_exchange_concurrent_barriers = 10
imm_merge_threshold = 2

[storage.object_store.retry]
streaming_upload_attempt_timeout_ms = 20000
streaming_upload_attempt_timeout_ms = 30000
upload_retry_attempts = 5
read_attempt_timeout_ms = 16000
read_retry_attempts = 6
Expand Down

0 comments on commit fb1edb6

Please sign in to comment.