diff options
Diffstat (limited to 'test/test_igmp.py')
-rw-r--r-- | test/test_igmp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_igmp.py b/test/test_igmp.py index 68a3e4e41f3..f1c49acba4c 100644 --- a/test/test_igmp.py +++ b/test/test_igmp.py @@ -469,6 +469,8 @@ class TestIgmp(VppTestCase): h10.add_vpp_config() capture = self.pg0.get_capture(2, timeout=10) + # wait for a little bit + self.sleep(1) # # remove state, expect the report for the removal |