From 105b4dfde1b3745b4859946aa231b6c3f9cb2e10 Mon Sep 17 00:00:00 2001 From: Aleksandr Blatov Date: Tue, 9 Oct 2018 13:44:36 +0300 Subject: [PATCH] [#518] set default wait timeout to 7 min in vertical scale test --- legion_test/legion_test/robot/k8s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legion_test/legion_test/robot/k8s.py b/legion_test/legion_test/robot/k8s.py index 8a155ddc7..6d4a94103 100644 --- a/legion_test/legion_test/robot/k8s.py +++ b/legion_test/legion_test/robot/k8s.py @@ -245,7 +245,7 @@ def get_cluster_nodes(self): nodes = core_api.list_node().items return nodes - def wait_node_scale_down(self, expected_count, timeout=200, sleep=5): + def wait_node_scale_down(self, expected_count, timeout=420, sleep=5): """ Wait finish of last job build