Run setup.sh foreground in order to avoid timing issues (#2970)
## Issue Addressed Resolves https://github.com/sigp/lighthouse/pull/2919#issuecomment-1022892369 ## Proposed Changes - Run setup.sh foreground in order to avoid timing issues
This commit is contained in:
parent
139b44342f
commit
736457b562
@ -93,9 +93,9 @@ execute_command_add_PID() {
|
|||||||
execute_command_add_PID ganache_test_node.log ./ganache_test_node.sh
|
execute_command_add_PID ganache_test_node.log ./ganache_test_node.sh
|
||||||
sleeping 10
|
sleeping 10
|
||||||
|
|
||||||
# Delay to get data setup
|
# Setup data
|
||||||
execute_command setup.log ./setup.sh
|
echo "executing: ./setup.sh >> $LOG_DIR/setup.log"
|
||||||
sleeping 15
|
./setup.sh >> $LOG_DIR/setup.log 2>&1
|
||||||
|
|
||||||
# Delay to let boot_enr.yaml to be created
|
# Delay to let boot_enr.yaml to be created
|
||||||
execute_command_add_PID bootnode.log ./bootnode.sh
|
execute_command_add_PID bootnode.log ./bootnode.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user