Merge "Increase delay in multicast test"

This commit is contained in:
Zuul 2024-06-10 14:29:27 +00:00 committed by Gerrit Code Review
commit 4e2833a388

View File

@ -504,7 +504,7 @@ class BaseMulticastTest(object):
# (rsafrono) Note, this delay is needed to make sure all
# receivers are ready. In some cases (e.g. SR-IOV) test result
# is unstable if we start to send traffic without this delay.
time.sleep(5)
time.sleep(10)
for group in mcast_groups:
LOG.debug("Starting script for group {} on "