This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 11ce71d286 GH-45378: [CI][R] Increase timeout of
test-ubuntu-r-sanitizer job (#45379)
11ce71d286 is described below
commit 11ce71d286b0c1d1ef862801756e180c32a32d97
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Feb 7 10:34:43 2025 +0100
GH-45378: [CI][R] Increase timeout of test-ubuntu-r-sanitizer job (#45379)
### Rationale for this change
The job is currently timing out.
### What changes are included in this PR?
Increase timeout
### Are these changes tested?
Via archery
### Are there any user-facing changes?
No
* GitHub Issue: #45378
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
dev/tasks/tasks.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 72d22b5522..ff0e3892f4 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1315,6 +1315,7 @@ tasks:
env:
R_PRUNE_DEPS: TRUE
image: ubuntu-r-sanitizer
+ timeout: 120
test-r-clang-sanitizer:
ci: github