Skip to content

Commit

Permalink
Se aumenta el time-out para iniciar quorum con constellation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Serradilla Diez committed Jan 3, 2018
1 parent 8c59b98 commit f4f5c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mapfile -t NODE_TYPE <~/alastria/data/NODE_TYPE
if [[ "$NODE_TYPE" == "general" ]]; then
echo "[*] Starting Constellation node"
nohup constellation-node ~/alastria/data/constellation/constellation.conf 2>> ~/alastria/logs/constellation_"${_TIME}".log &
sleep 15
sleep 20
fi

if [[ ! -f "permissioned-nodes.json" ]]; then
Expand Down

0 comments on commit f4f5c16

Please sign in to comment.