Skip to content

Commit

Permalink
tests: increase timeout
Browse files Browse the repository at this point in the history
Due to flakiness around `send_apdu`/`expect_apdu_return`
  • Loading branch information
emturner committed Oct 16, 2023
1 parent 3bf5fe1 commit d92d27f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/integration/test_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ run_a_test() {
;;
*.py)
start_speculos "$seed"
PORT=$PORT\
COMMIT_BYTES=$COMMIT_BYTES\
VERSION_BYTES=$VERSION_BYTES\
python3 $CMD
PORT=$PORT\
COMMIT_BYTES=$COMMIT_BYTES\
VERSION_BYTES=$VERSION_BYTES\
python3 $CMD
;;
*.hex)
# We skip these...
Expand Down Expand Up @@ -439,7 +439,7 @@ main() {
# Defaults:
TARGET=nanos
TEST_TRACE=0
export TIMEOUT=5
export TIMEOUT=10
NUM_SPECULOS=32

while getopts FT:l:m:n:t:x o; do
Expand Down

0 comments on commit d92d27f

Please sign in to comment.