From e4139584aaf94df71a4ddb5e5a0dded1a80c249d Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 18 Apr 2017 09:52:15 +0200 Subject: HC2VPP-106 - jvpp timeout configuration Allows dynamic configuration of jvpp timeout Change-Id: Iab113ec33f1efd8d150f0e525ef548a64ebf1a0b Signed-off-by: Jan Srnicek --- vpp-common/vpp-common-integration/src/test/resources/jvpp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vpp-common/vpp-common-integration/src/test/resources') diff --git a/vpp-common/vpp-common-integration/src/test/resources/jvpp.json b/vpp-common/vpp-common-integration/src/test/resources/jvpp.json index 1d411872e..4bdaced82 100644 --- a/vpp-common/vpp-common-integration/src/test/resources/jvpp.json +++ b/vpp-common/vpp-common-integration/src/test/resources/jvpp.json @@ -1,3 +1,4 @@ { - "jvpp-connection-name": "honeycomb" + "jvpp-connection-name": "honeycomb", + "jvpp-request-timeout":15 } \ No newline at end of file -- cgit 1.2.3-korg