tests/pkg_libcose: increase test timeout for nrf51dk
This commit is contained in:
parent
13b97be08c
commit
dfa10efef4
@ -14,8 +14,8 @@ from testrunner import TIMEOUT as DEFAULT_TIMEOUT
|
||||
|
||||
BOARD = os.environ['BOARD']
|
||||
# on real hardware, this test application can take several minutes to
|
||||
# complete (~4min on microbit)
|
||||
TIMEOUT = 300 if BOARD != 'native' else DEFAULT_TIMEOUT
|
||||
# complete (>5min on nrf51dk)
|
||||
TIMEOUT = 400 if BOARD != 'native' else DEFAULT_TIMEOUT
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user