raulcd commented on code in PR #44721:
URL: https://github.com/apache/arrow/pull/44721#discussion_r1842265000
##########
dev/tasks/tasks.yml:
##########
@@ -1098,6 +1098,14 @@ tasks:
UBUNTU: 20.04
image: ubuntu-cpp-bundled
+ test-ubuntu-24.04-cpp-bundled-offline:
+ ci: github
+ template: docker-tests/github.linux.yml
+ params:
+ env:
+ UBUNTU: 24.04
+ image: ubuntu-cpp-bundled-offline
Review Comment:
Increase timeout to see how long it takes in order to find a suitable
timeout:
```suggestion
image: ubuntu-cpp-bundled-offline
timeout: 120
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]