Merge "Increase delay in multicast test"
This commit is contained in:
commit
4e2833a388
@ -504,7 +504,7 @@ class BaseMulticastTest(object):
|
|||||||
# (rsafrono) Note, this delay is needed to make sure all
|
# (rsafrono) Note, this delay is needed to make sure all
|
||||||
# receivers are ready. In some cases (e.g. SR-IOV) test result
|
# receivers are ready. In some cases (e.g. SR-IOV) test result
|
||||||
# is unstable if we start to send traffic without this delay.
|
# is unstable if we start to send traffic without this delay.
|
||||||
time.sleep(5)
|
time.sleep(10)
|
||||||
|
|
||||||
for group in mcast_groups:
|
for group in mcast_groups:
|
||||||
LOG.debug("Starting script for group {} on "
|
LOG.debug("Starting script for group {} on "
|
||||||
|
Loading…
Reference in New Issue
Block a user