vat2: coverity errors in print_template
[vpp.git] / 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