diff --git a/arb-playblock.yml b/arb-playblock.yml index 93a4278d..a68d6599 100644 --- a/arb-playblock.yml +++ b/arb-playblock.yml @@ -4,7 +4,7 @@ services: arb-playblock: image: 'offchainlabs/nitro-node:v2.2.4-8517340' restart: always - stop_grace_period: 30s + stop_grace_period: 3m user: root volumes: - 'arb-playblock:/persistent' diff --git a/arb-real.yml b/arb-real.yml index 54161c4c..1c2520a0 100644 --- a/arb-real.yml +++ b/arb-real.yml @@ -4,7 +4,7 @@ services: arb-real: image: 'offchainlabs/nitro-node:v2.2.4-8517340' restart: always - stop_grace_period: 30s + stop_grace_period: 3m user: root volumes: - 'arb-real:/persistent'