Skip to content

Commit edf33d2

Browse files
Miguel Lavallemtomaska
authored andcommitted
Add 3 secs to wait for keepalived state change
We add 3 seconds to the keepalived state change to avoid timeout failures in test_read_queue_change_state. Change-Id: Ic54bd6f699b91b53f22c93c972d8def6c99d0eb7 Closes-Bug: #2035382 Related-Bug: #2003022 (cherry picked from commit f28e416)
1 parent ef31c17 commit edf33d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/tests/functional/agent/l3/test_keepalived_state_change.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def text_in_file():
9696
except FileNotFoundError:
9797
return False
9898
try:
99-
utils.wait_until_true(text_in_file, timeout=15)
99+
utils.wait_until_true(text_in_file, timeout=18)
100100
except utils.WaitTimeout:
101101
devices = {}
102102
for dev in ip_lib.IPWrapper(

0 commit comments

Comments
 (0)