Increase timeout at test_alive_agents_are_consistent_along_time
The previous timeout was 3 minutes and in some cases it was not enough time to recover after certain disruptions. This value has been updated to 6 minutes. Change-Id: I7f629f02fa74612043c420a8701239c7e2d941eb
This commit is contained in:
parent
f9dee0022c
commit
1a057c44b2
@ -97,7 +97,7 @@ def test_neutron_agents_are_alive(timeout=420., interval=5.) \
|
||||
return agents
|
||||
|
||||
|
||||
def test_alive_agents_are_consistent_along_time(retry_timeout=180.,
|
||||
def test_alive_agents_are_consistent_along_time(retry_timeout=360.,
|
||||
retry_interval=5.,
|
||||
consistent_sleep=5.,
|
||||
consistent_count=5,):
|
||||
|
Loading…
x
Reference in New Issue
Block a user