essobedo commented on code in PR #4021: URL: https://github.com/apache/camel-k/pull/4021#discussion_r1108899719
########## e2e/support/test_support.go: ########## @@ -93,10 +93,10 @@ const kubeConfigEnvVar = "KUBECONFIG" var TestTimeoutShort = 1 * time.Minute var TestTimeoutMedium = 5 * time.Minute -var TestTimeoutLong = 10 * time.Minute +var TestTimeoutLong = 15 * time.Minute // TestTimeoutVeryLong should be used only for testing native builds. -var TestTimeoutVeryLong = 90 * time.Minute +var TestTimeoutVeryLong = 60 * time.Minute Review Comment: Hum, actually it is the opposite, I reduced the duration of the timeout by 30 minutes. -- 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