Skip to content

Commit f62d5ef

Browse files
authored
Increase cpp-memcheck test timeout (rapidsai#21901)
Increases the timeout for the nightly compute-sanitizer memcheck runs from 3 hours to 3.5 hours. The nightly runs usually complete in about 2.5 hours but some slower runners will hit the timeout and I've estimated an additional 10 minutes would suffice. Changing to 3.5 hours also allows a buffer for future tests. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) URL: rapidsai#21901
1 parent b593be9 commit f62d5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test_cpp_memcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source ./ci/test_cpp_common.sh
1111

1212
rapids-logger "Memcheck gtests with rmm_mode=cuda"
1313

14-
timeout 3h ./ci/run_cudf_memcheck_ctests.sh && EXITCODE=$? || EXITCODE=$?;
14+
timeout 3.5h ./ci/run_cudf_memcheck_ctests.sh && EXITCODE=$? || EXITCODE=$?;
1515

1616
rapids-logger "Test script exiting with value: $EXITCODE"
1717
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)