squakez commented on code in PR #5415:
URL: https://github.com/apache/camel-k/pull/5415#discussion_r1579704776


##########
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:
   Good one. This is changing the default existing behavior, not sure if it's 
something we should introduce so lightly.



-- 
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

Reply via email to