diff --git a/ci/test_wheel_cudf_polars.sh b/ci/test_wheel_cudf_polars.sh index d92d5a0f88b1..b26d863f64d5 100755 --- a/ci/test_wheel_cudf_polars.sh +++ b/ci/test_wheel_cudf_polars.sh @@ -71,7 +71,7 @@ for version in "${VERSIONS[@]}"; do COVERAGE_ARGS=(--no-cov) fi - timeout 15m ./ci/run_cudf_polars_pytests.sh \ + timeout 25m ./ci/run_cudf_polars_pytests.sh \ "${COVERAGE_ARGS[@]}" \ --numprocesses=8 \ --dist=worksteal \