s6 longer running times

This commit is contained in:
Alexandre
2022-06-18 06:51:16 +02:00
parent 552efd5181
commit ef0261b45f
66 changed files with 132 additions and 66 deletions

View File

@@ -24,7 +24,8 @@ FROM wiserain/flexget:latest
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=10000
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \
S6_SERVICES_GRACETIME=300000
SHELL ["/bin/bash", "-o", "pipefail", "-c"]