From 809e313bebcb3fd1e3d6c7a1084a9f10ba07d7ed Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 14 Aug 2018 15:08:03 +0200 Subject: [PATCH] build: drop the sleep that is now superseded by waiting script --- script/test | 1 - 1 file changed, 1 deletion(-) diff --git a/script/test b/script/test index b6bc428ff..58ef45ffa 100755 --- a/script/test +++ b/script/test @@ -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