summaryrefslogtreecommitdiffstats
path: root/vpp-common/vpp-common-integration/src/test/resources
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-04-18 09:52:15 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-24 07:31:25 +0000
commite4139584aaf94df71a4ddb5e5a0dded1a80c249d (patch)
treee8d7bc381a294e90c7fda6e00abb501b30fee19f /vpp-common/vpp-common-integration/src/test/resources
parent458b915ad1d980f0b1ade7ebbd741d4cd46d5473 (diff)
HC2VPP-106 - jvpp timeout configuration
Allows dynamic configuration of jvpp timeout Change-Id: Iab113ec33f1efd8d150f0e525ef548a64ebf1a0b Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'vpp-common/vpp-common-integration/src/test/resources')
-rw-r--r--vpp-common/vpp-common-integration/src/test/resources/jvpp.json3
1 files changed, 2 insertions, 1 deletions
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