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/04/12 09:17:49 UTC

[camel-k] branch release-1.8.x updated: Stabilize route test

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