1
0
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:
matejcik 2018-08-14 15:08:03 +02:00
parent bdbabf5594
commit 809e313beb

View File

@ -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