From d85de68ec3f72888099172fffd45a90a43018155 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 29 Nov 2018 17:02:29 -0800 Subject: vcl: wait for segments with segment handle Instead of waiting for notification from binary api. Change-Id: I5ecab857d6bcdbed62d6bb06709570c4cf6b19ea Signed-off-by: Florin Coras --- test/test_vcl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_vcl.py') diff --git a/test/test_vcl.py b/test/test_vcl.py index 0eacf57c78e..5691604665b 100644 --- a/test/test_vcl.py +++ b/test/test_vcl.py @@ -347,13 +347,13 @@ class VCLThruHostStackNSessionBidirTestCase(VCLTestCase): self.thru_host_stack_setup() if self.vppDebug: - self.client_bi_dir_nsock_timeout = 120 + self.client_bi_dir_nsock_timeout = 20 self.client_bi_dir_nsock_test_args = ["-N", "1000", "-B", "-X", "-I", "2", self.loop0.local_ip4, self.server_port] else: - self.client_bi_dir_nsock_timeout = 90 + self.client_bi_dir_nsock_timeout = 20 self.client_bi_dir_nsock_test_args = ["-N", "1000", "-B", "-X", "-I", "2", self.loop0.local_ip4, -- cgit 1.2.3-korg