summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot-tools-user.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot-tools-user.sh b/ot-tools-user.sh
index bb036ef..b9b2d7e 100644
--- a/ot-tools-user.sh
+++ b/ot-tools-user.sh
@@ -27,9 +27,9 @@ start_unicorn() {
# @example start_unicorn algorithm 8081
start_4s() {
nice bash -c "nohup $OT_PREFIX/4S/bin/4s-backend $1 >/dev/null 2>&1 &";
- sleep 0.5;
+ sleep 2;
nice bash -c "nohup $OT_PREFIX/4S/bin/4s-httpd -H localhost -p $2 -s -1 $1 >/dev/null 2>&1 &"; #-D for testing
- sleep 0.5;
+ sleep 1;
}