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 <[email protected]>
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

Reply via email to