build: drop the sleep that is now superseded by waiting script

pull/25/head
matejcik 6 years ago
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…
Cancel
Save