This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 081f581 Increase timeouts
081f581 is described below
commit 081f5811004b317d5b27a3928bffb64270db2d5c
Author: Jan <[email protected]>
AuthorDate: Thu Feb 11 20:56:52 2021 +0100
Increase timeouts
---
.../common/kamelet-binding-autoload/kamelet-autoload-specific.feature | 2 +-
e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload.feature | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
b/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
index ddba9f0..f84e78e 100644
--- a/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
+++ b/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
@@ -17,7 +17,7 @@ Feature: Camel K can load specific secrets for Kamelets
Scenario: Verify specific binding
Given HTTP server "stub-service-2"
- And HTTP server timeout is 60000 ms
+ And HTTP server timeout is 600000 ms
Then expect HTTP request body: specific
And receive POST /specific
And delete KameletBinding binding-specific
diff --git a/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload.feature
b/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload.feature
index c92a126..297e93a 100644
--- a/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload.feature
+++ b/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload.feature
@@ -15,7 +15,7 @@ Feature: Camel K can load default secrets for Kamelets
Scenario: Verify default binding
Given HTTP server "stub-service"
- And HTTP server timeout is 60000 ms
+ And HTTP server timeout is 600000 ms
Then expect HTTP request body: default
And receive POST /default
And delete KameletBinding binding