You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/03/16 15:44:02 UTC

[camel-k] branch main updated: Stabilize route test

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 294ed7b  Stabilize route test
294ed7b is described below

commit 294ed7b8c1a9376b6d976392710773bf139f1211
Author: Jan Bouska <jb...@redhat.com>
AuthorDate: Tue Mar 15 15:01:07 2022 +0100

    Stabilize route test
---
 e2e/common/traits/route_test.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/e2e/common/traits/route_test.go b/e2e/common/traits/route_test.go
index 93adade..8df86db 100644
--- a/e2e/common/traits/route_test.go
+++ b/e2e/common/traits/route_test.go
@@ -51,9 +51,10 @@ import (
 const (
 	secretName            = "test-certificate"
 	integrationName       = "platform-http-server"
-	waitBeforeHttpRequest = 7 * time.Second
 )
 
+var waitBeforeHttpRequest = TestTimeoutShort/2
+
 type keyCertificatePair struct {
 	Key         []byte
 	Certificate []byte