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']
|
BOARD = os.environ['BOARD']
|
||||||
# on real hardware, this test application can take several minutes to
|
# on real hardware, this test application can take several minutes to
|
||||||
# complete (~4min on microbit)
|
# complete (>5min on nrf51dk)
|
||||||
TIMEOUT = 300 if BOARD != 'native' else DEFAULT_TIMEOUT
|
TIMEOUT = 400 if BOARD != 'native' else DEFAULT_TIMEOUT
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user