lidavidm commented on PR #49688: URL: https://github.com/apache/arrow/pull/49688#issuecomment-4264386262
> > I retried the failing pipelines. It seems `C++ Extra / ODBC debug AMD64 macOS 15-intel` times out; should we increase the runtime, or alternatively find a way to cut down on the build time? Maybe we don't need to build/run _all_ Arrow tests for this config? > > Yea I have noticed this recently as well, and I increased the runtime to 120 minutes. Currently, the CI runs tests only for the ODBC library and its dependencies. The extra build time might be due to the recent gRPC bump, as the newer version seems to take more time to compile. I think that's good reason to see if we can change that specific pipeline (and perhaps other ODBC pipelines) to only build ODBC (in a separate task) I see [C++ Extra / ODBC Linux](https://github.com/apache/arrow/actions/runs/24525011279/job/71692851658?pr=49688) still crashes here? -- 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]
