Skip to content

Commit

Permalink
tests/pkg_c25519: increase test timeout (z1 needs >5min)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 5, 2020
1 parent 8afaf11 commit 480ef32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pkg_c25519/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
BOARD = os.environ['BOARD']
# Increase timeout on "real" hardware
# 170 seconds on `arduino-mega2560`
TIMEOUT = 200 if BOARD != 'native' else DEFAULT_TIMEOUT
# ~300 seconds on `z1`
TIMEOUT = 320 if BOARD != 'native' else DEFAULT_TIMEOUT


if __name__ == "__main__":
Expand Down

0 comments on commit 480ef32

Please sign in to comment.