Skip to content

Commit

Permalink
MINOR: [CI][R] Increase timeout for ubuntu-r-valgrind (#44316)
Browse files Browse the repository at this point in the history
### Rationale for this change

test-r-linux-valgrind has been failing consistently due to timeout since September 20th.
See [first failure](https://github.com/ursacomputing/crossbow/actions/runs/10951024478/job/30407361495) and [last failure](https://github.com/ursacomputing/crossbow/actions/runs/11206537690/job/31147433866)

### What changes are included in this PR?

Increase timeout

### Are these changes tested?

Will validate via archery

### Are there any user-facing changes?

No

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Oct 8, 2024
1 parent e62fbaa commit 498f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ tasks:
env:
ARROW_R_DEV: "TRUE"
image: ubuntu-r-valgrind
timeout: 300 # 5 hours
timeout: 330 # 5.5 hours

test-r-linux-rchk:
ci: github
Expand Down

0 comments on commit 498f485

Please sign in to comment.