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


##########
e2e/common/misc/pipe_test.go:
##########
@@ -63,7 +63,7 @@ func TestPipe(t *testing.T) {
                                        "--name", "throw-error-binding",
                                ).Execute()).To(Succeed())
 
-                               g.Eventually(IntegrationPodPhase(t, ns, 
"throw-error-binding"), TestTimeoutMedium).Should(Equal(corev1.PodRunning))
+                               g.Eventually(IntegrationPodPhase(t, ns, 
"throw-error-binding"), TestTimeoutLong).Should(Equal(corev1.PodRunning))

Review Comment:
   I moved them to timeout medium on purpose. There's no need to wait 15 
minutes to get a failure there. With 5 minutes we give enough time to try the 
execution.



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