christophd commented on code in PR #5245: URL: https://github.com/apache/camel-k/pull/5245#discussion_r1522688753
########## 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: GitHub CI job tends to be slow sometimes and this is why the test is flaky. I checked the failing tests and the integration build is simply not finished after 5 mins sometimes -- 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