christophd commented on code in PR #5415: URL: https://github.com/apache/camel-k/pull/5415#discussion_r1579175621
########## pkg/platform/defaults.go: ########## @@ -325,7 +325,7 @@ func setPlatformDefaults(p *v1.IntegrationPlatform, verbose bool) error { // Build timeout if p.Status.Build.GetTimeout().Duration == 0 { p.Status.Build.Timeout = &metav1.Duration{ - Duration: 5 * time.Minute, + Duration: 10 * time.Minute, Review Comment: Maybe this is something we could just increase in the E2E tests by setting this duration on the IntegrationPlatform instances created by the E2E tests? -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org