mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
build: drop the sleep that is now superseded by waiting script
This commit is contained in:
parent
bdbabf5594
commit
809e313beb
@ -10,7 +10,6 @@ if [ "$EMULATOR" = 1 ]; then
|
||||
trap "kill %1" EXIT
|
||||
|
||||
firmware/trezor.elf &
|
||||
sleep 1
|
||||
export TREZOR_PATH=udp:127.0.0.1:21324
|
||||
"${PYTHON:-python}" script/wait_for_emulator.py
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user