mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
core/tests: Increase sleep to 30 after emulator launch to allow for FatFS.mkfs.
This commit is contained in:
parent
f5ea81f905
commit
a5f5a1709f
@ -25,7 +25,7 @@ if [[ $RUN_TEST_EMU > 0 ]]; then
|
||||
$MICROPYTHON $ARGS "${MAIN}" &> "${TREZOR_LOGFILE}" &
|
||||
upy_pid=$!
|
||||
cd -
|
||||
sleep 1
|
||||
sleep 30
|
||||
fi
|
||||
|
||||
# run tests
|
||||
|
@ -27,7 +27,7 @@ if [[ $RUN_TEST_EMU > 0 ]]; then
|
||||
$MICROPYTHON $ARGS "${MAIN}" &> "${TREZOR_LOGFILE}" &
|
||||
upy_pid=$!
|
||||
cd -
|
||||
sleep 1
|
||||
sleep 30
|
||||
fi
|
||||
|
||||
DOCKER_ID=""
|
||||
|
@ -25,7 +25,7 @@ if [[ $RUN_TEST_EMU > 0 ]]; then
|
||||
$MICROPYTHON $ARGS "${MAIN}" &> "${TREZOR_LOGFILE}" &
|
||||
upy_pid=$!
|
||||
cd -
|
||||
sleep 1
|
||||
sleep 30
|
||||
fi
|
||||
|
||||
# run tests
|
||||
|
Loading…
Reference in New Issue
Block a user