* Revert "add genesis stake placeholders (#6969)"
This reverts commit 8a879faac7
.
* fixup! Revert "add genesis stake placeholders (#6969)"
* fixup! fixup! Revert "add genesis stake placeholders (#6969)"
* fixup! fixup! fixup! Revert "add genesis stake placeholders (#6969)"
* fixup! fixup! fixup! fixup! Revert "add genesis stake placeholders (#6969)"
* fmt
This commit is contained in:
committed by
Michael Vines
parent
b8cd0a1bc0
commit
702f7cc51d
@@ -8,7 +8,7 @@ rm -f config/run/init-completed
|
||||
timeout 15 ./run.sh &
|
||||
pid=$!
|
||||
|
||||
attempts=20
|
||||
attempts=10
|
||||
while [[ ! -f config/run/init-completed ]]; do
|
||||
sleep 1
|
||||
if ((--attempts == 0)); then
|
||||
|
Reference in New Issue
Block a user