From b60620b9b5d5e07d2739a2d9ad2ac92286d80daa Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 10 Feb 2021 07:40:05 -0500 Subject: vppinfra: fix bihash test-debug aarch64 sporadic failure Turns out that both the multi-core and single-core add / del tests run for just under 5 seconds (aarch64, debug image). Increase the vapi => debug CLI timeout to avoid spurious failures. Type: test Signed-off-by: Dave Barach Change-Id: Ia64bffa82a908172a21c34f3ae4402ad774af28a --- src/vppinfra/test/test_bihash.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vppinfra') diff --git a/src/vppinfra/test/test_bihash.py b/src/vppinfra/test/test_bihash.py index 019929a0a72..2949d66750d 100644 --- a/src/vppinfra/test/test_bihash.py +++ b/src/vppinfra/test/test_bihash.py @@ -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 -- cgit 1.2.3-korg