1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

travis: leave the emulator a little time to boot up

This commit is contained in:
matejcik 2018-08-14 14:28:11 +02:00
parent 47de7ff639
commit 9a519fb5c0

View File

@ -10,6 +10,7 @@ if [ "$EMULATOR" = 1 ]; then
trap "kill %1" EXIT
firmware/trezor.elf &
sleep 1
export TREZOR_PATH=udp:127.0.0.1:21324
fi