ip-neighbor: suppress unsolicited clib_warning when sending garp
[vpp.git] / src / vppinfra / test / test_bihash.py
index 019929a..2949d66 100644 (file)
@@ -11,6 +11,9 @@ class TestBihash(VppTestCase):
 
     @classmethod
     def setUpClass(cls):
+        # increase vapi timeout, to avoid spurious "test bihash ..."
+        # failures reported on aarch64 w/ test-debug
+        cls.vapi_response_timeout = 20
         super(TestBihash, cls).setUpClass()
 
     @classmethod