Increase Felix lock acquisition timeout

Change-Id: I4b2f49c270d6f6f7ac3ed21b5a6ffb9a849b7319
This commit is contained in:
Ray Milkey 2018-05-18 15:42:16 -07:00
parent edb02ce519
commit b32da8553c

View File

@ -10,6 +10,8 @@
# Do modify the keystore location/password and truststore location/password accordingly # 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="${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 -e # exit on error
set -u # exit on undefined variable set -u # exit on undefined variable