Skip to content

Commit 12a085f

Browse files
committed
ci: support published emulator test image
1 parent aaa761c commit 12a085f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/standalone-emulator-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd /kkemu/deps/python-keepkey/tests
2626
set +e
2727
KK_TRANSPORT_MAIN=kkemu:11044 \
2828
KK_TRANSPORT_DEBUG=kkemu:11045 \
29-
pytest -v --tb=short --timeout=60 --timeout-method=signal \
29+
pytest -v --tb=short \
3030
--junitxml=/kkemu/test-reports/python-keepkey/junit.xml
3131
pytest_status=$?
3232
set -e

0 commit comments

Comments
 (0)