Skip to content

Commit

Permalink
[#518] set default wait timeout to 7 min in vertical scale test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Blatov committed Oct 17, 2018
1 parent b1955b3 commit 105b4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legion_test/legion_test/robot/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 105b4df

Please sign in to comment.