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 3b26c62  chore(ci): add longer timeout for test cleanup
3b26c62 is described below

commit 3b26c6254e823ab9ad590dfcb20a7e0b86aa43ae
Author: Nicola Ferraro <ni.ferr...@gmail.com>
AuthorDate: Fri Jun 5 21:40:15 2020 +0200

    chore(ci): add longer timeout for test cleanup
---
 e2e/support/test_support.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index 7395f88..37fd2b8 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -1042,7 +1042,7 @@ func DeleteTestNamespace(ns metav1.Object) {
        }
 
        // Wait for all pods to be deleted
-       gomega.Eventually(NumPods(ns.GetName()), 
60*time.Second).Should(gomega.Equal(0))
+       gomega.Eventually(NumPods(ns.GetName()), 
TestTimeoutMedium).Should(gomega.Equal(0))
 }
 
 func NewTestNamespace(injectKnativeBroker bool) metav1.Object {

Reply via email to