Skip to content

Commit

Permalink
Add retry mitigation suggested for apacheGH-40121
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 19, 2024
1 parent 7c27978 commit 31e4920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/cpp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ctest \
--label-regex unittest \
--output-on-failure \
--parallel ${n_jobs} \
--repeat until-pass:3 \ # Mitigation for GH-40121
--timeout ${ARROW_CTEST_TIMEOUT:-300} \
"${ctest_options[@]}" \
"$@"
Expand Down

0 comments on commit 31e4920

Please sign in to comment.