We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ef72b + 37b417d commit e22bdbdCopy full SHA for e22bdbd
neutron/tests/fullstack/test_l3_agent.py
@@ -566,8 +566,9 @@ def is_one_host_active_for_router():
566
netcat_udp.stop_processes()
567
568
# 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
+ # about 6s. Assert less than 90 lost packets (9 seconds) plus 30 to
+ # account for CI infrastructure variability
571
+ threshold = 120
572
573
lost = pinger.sent - pinger.received
574
message = (f'Sent {pinger.sent} packets, received {pinger.received} '
0 commit comments