From 9a519fb5c0ca1b2c29fde44e1a2565ba19f87d80 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 14 Aug 2018 14:28:11 +0200 Subject: [PATCH] travis: leave the emulator a little time to boot up --- script/test | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test b/script/test index 56fc7d818f..8ef1437fb6 100755 --- a/script/test +++ b/script/test @@ -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