diff --git a/nodes/deploy/ethereum/geth.service b/nodes/deploy/ethereum/geth.service index 5dc26f3d..7a65e195 100644 --- a/nodes/deploy/ethereum/geth.service +++ b/nodes/deploy/ethereum/geth.service @@ -18,7 +18,7 @@ ExecStart=/usr/bin/geth --syncmode snap --cache 4096 \ Type=simple User=ubuntu KillSignal=SIGINT -TimeoutStopSec=300 +TimeoutStopSec=180 SyslogIdentifier=geth [Install] diff --git a/nodes/deploy/polygon/bor.service b/nodes/deploy/polygon/bor.service index f2c90ff9..b2e6de0a 100644 --- a/nodes/deploy/polygon/bor.service +++ b/nodes/deploy/polygon/bor.service @@ -37,8 +37,8 @@ ExecStart=/home/ubuntu/go/bin/bor --datadir "${MOUNT_DATA_DIR}/.bor/data" \ Type=simple User=ubuntu KillSignal=SIGINT -TimeoutStopSec=300 +TimeoutStopSec=180 SyslogIdentifier=bor [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target