Hi Franz. Yes, you need to set it up at IntegrationPlatform level: https://camel.apache.org/camel-k/2.1.x/apis/camel-k.html#_camel_apache_org_v1_IntegrationPlatformBuildSpec
Just `kubectl edit ip` and set the timeout in the related spec configuration with the tuning you need. Cheers, Pasquale. On Tue, Nov 14, 2023 at 8:55 AM Franz Paul Forsthofer <[email protected]> wrote: > Hello, > > sometimes the native build runs longer than the timeout of 10 minutes. > > Is it possible to configure the timeout contained in the Kubernetes > Build resource? > > spec: > configuration: {} > tasks: > ... > timeout: 10m0s > > Regards Franz >
