mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-23 16:38:46 +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
|
trap "kill %1" EXIT
|
||||||
|
|
||||||
firmware/trezor.elf &
|
firmware/trezor.elf &
|
||||||
sleep 1
|
|
||||||
export TREZOR_PATH=udp:127.0.0.1:21324
|
export TREZOR_PATH=udp:127.0.0.1:21324
|
||||||
"${PYTHON:-python}" script/wait_for_emulator.py
|
"${PYTHON:-python}" script/wait_for_emulator.py
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user