diff --git a/supervisord.conf b/supervisord.conf index cda1c0bb..73843d0a 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -8,9 +8,11 @@ command=/app/op-node-entrypoint stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true +stopwaitsecs=300 [program:op-geth] command=/app/geth-entrypoint stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true +stopwaitsecs=300