mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
tests/libfixmath_unittests: increase timeout for samr21/iotlab-m3
On iotlab-m3 test duration was 80 seconds and 250 on samr21.
(cherry picked from commit 2c240cadf6)
This commit is contained in:
parent
0dc4ce1b46
commit
fdb77a87a0
@ -9,9 +9,13 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Float and print operations are slow on boards
|
||||
# Got 80 iotlab-m3 and 250 on samr21-xpro
|
||||
TIMEOUT = 300
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
child.expect('SUCCESS')
|
||||
child.expect('SUCCESS', timeout=TIMEOUT)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user