tests/libfixmath_unittests: increase timeout for samr21/iotlab-m3
On iotlab-m3 test duration was 80 seconds and 250 on samr21.
This commit is contained in:
parent
1773b06a62
commit
2c240cadf6
@ -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__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user