Add sleep to object_store CI#3189
Conversation
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
Benchmark runs are scheduled for baseline = 4c37ec2 and contender = 3998bed. 3998bed is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #.
Rationale for this change
Frequently this job fails with
https://github.com/apache/arrow-rs/actions/runs/3546438851/jobs/5955482110
Where success looks like
It is possible this is some sort of startup race, so lets add a sleep and see if it helps
What changes are included in this PR?
Are there any user-facing changes?