Skip to content

Commit e22bdbd

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Increase threshold in TestHAL3Agent fullstack test" into stable/2025.1
2 parents 23ef72b + 37b417d commit e22bdbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

neutron/tests/fullstack/test_l3_agent.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,9 @@ def is_one_host_active_for_router():
566566
netcat_udp.stop_processes()
567567

568568
# With the default advert_int of 2s the keepalived master timeout is
569-
# about 6s. Assert less than 90 lost packets (9 seconds)
570-
threshold = 90
569+
# about 6s. Assert less than 90 lost packets (9 seconds) plus 30 to
570+
# account for CI infrastructure variability
571+
threshold = 120
571572

572573
lost = pinger.sent - pinger.received
573574
message = (f'Sent {pinger.sent} packets, received {pinger.received} '

0 commit comments

Comments
 (0)