Skip to content
Snippets Groups Projects
Commit 9e60540c authored by kaloyane's avatar kaloyane
Browse files

increase default timeout for log file modifications to 30 sec, initial boot of...

increase default timeout for log file modifications to 30 sec, initial boot of openBIS servers on a virgin machine can be non-responsive for quite long

SVN: 23609
parent c9f34879
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ fi ...@@ -46,7 +46,7 @@ fi
JETTY_HOME=$BASE/../servers/openBIS-server/jetty JETTY_HOME=$BASE/../servers/openBIS-server/jetty
OPENBIS_LOG=$JETTY_HOME/logs/openbis_log.txt OPENBIS_LOG=$JETTY_HOME/logs/openbis_log.txt
JETTY_LOG=$JETTY_HOME/logs/jetty.out JETTY_LOG=$JETTY_HOME/logs/jetty.out
TIMEOUT=15 TIMEOUT=30
echo Starting openBIS... echo Starting openBIS...
echo $STARTING_MESSAGE >> $OPENBIS_LOG echo $STARTING_MESSAGE >> $OPENBIS_LOG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment