Skip to content
Snippets Groups Projects
Unverified Commit 2c240cad authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

tests/libfixmath_unittests: increase timeout for samr21/iotlab-m3

On iotlab-m3 test duration was 80 seconds and 250 on samr21.
parent 1773b06a
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,13 @@ ...@@ -9,9 +9,13 @@
import os import os
import sys import sys
# Float and print operations are slow on boards
# Got 80 iotlab-m3 and 250 on samr21-xpro
TIMEOUT = 300
def testfunc(child): def testfunc(child):
child.expect('SUCCESS') child.expect('SUCCESS', timeout=TIMEOUT)
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment