From b32da8553ced8b87367bb7a43f45ebdd94dbc96a Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Fri, 18 May 2018 15:42:16 -0700 Subject: [PATCH] Increase Felix lock acquisition timeout Change-Id: I4b2f49c270d6f6f7ac3ed21b5a6ffb9a849b7319 --- tools/package/bin/onos-service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/package/bin/onos-service b/tools/package/bin/onos-service index f528e53fbe..f1320a8b5a 100755 --- a/tools/package/bin/onos-service +++ b/tools/package/bin/onos-service @@ -10,6 +10,8 @@ # Do modify the keystore location/password and truststore location/password accordingly #export JAVA_OPTS="${JAVA_OPTS:--DenableNettyTLS=true -Djavax.net.ssl.keyStore=/home/ubuntu/onos.jks -Djavax.net.ssl.keyStorePassword=222222 -Djavax.net.ssl.trustStore=/home/ubuntu/onos.jks -Djavax.net.ssl.trustStorePassword=222222}" +export JAVA_OPTS=-Dds.lock.timeout.milliseconds=10000 + set -e # exit on error set -u # exit on undefined variable