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

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


The following commit(s) were added to refs/heads/release-1.8.x by this push:
     new 8053e1fa5 Stabilize route test
8053e1fa5 is described below

commit 8053e1fa517cf28e58146db8da1d5f2950144523
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 ead7b9258..56ed14fea 100644
--- a/e2e/common/traits/route_test.go
+++ b/e2e/common/traits/route_test.go
@@ -50,9 +50,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