aboutsummaryrefslogtreecommitdiffstats
path: root/service/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/entrypoint.sh')
-rwxr-xr-xservice/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/entrypoint.sh b/service/entrypoint.sh
index 4e6a8c4..94dbea1 100755
--- a/service/entrypoint.sh
+++ b/service/entrypoint.sh
@@ -5,7 +5,7 @@ chown -R service:service "$RESULTDIR"
while [ 1 ]; do
/cleaner.sh
- sleep 200
+ sleep 400
done &
CMD="socat -T180 -s TCP-LISTEN:9000,nodelay,reuseaddr,fork EXEC:/service/build/stldoctor,raw,pty,echo=0,stderr"