1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

tests/libfixmath_unittests: extend timeout in autotest

It can takes up to 640s to complete on microbit
This commit is contained in:
Alexandre Abadie 2018-12-11 14:42:02 +01:00
parent d7c826f365
commit d8d9dd32bf

View File

@ -10,8 +10,8 @@ import sys
from testrunner import run
# Float and print operations are slow on boards
# Got 80 iotlab-m3 and 250 on samr21-xpro
TIMEOUT = 300
# Got 80 iotlab-m3, 250 on samr21-xpro and 640 on microbit
TIMEOUT = 1000
def testfunc(child):