This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 5d915c3ef8eff8a135ffa713bc1a00566a8e1e9b Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Tue Jun 25 09:42:29 2019 +0200 fix #693: increase default timeout to 60 seconds --- e2e/test_support.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/test_support.go b/e2e/test_support.go index 7ee58a5..284356e 100644 --- a/e2e/test_support.go +++ b/e2e/test_support.go @@ -55,7 +55,7 @@ func init() { } // Defaults for testing - gomega.SetDefaultEventuallyTimeout(10 * time.Second) + gomega.SetDefaultEventuallyTimeout(60 * time.Second) } func newTestClient() (client.Client, error) {