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

tests/float: increase timeout for wsn430

parent feadf684
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,13 @@ ...@@ -9,10 +9,13 @@
import os import os
import sys import sys
# It takes 35 seconds on wsn430, so add some margin
TIMEOUT = 45
def testfunc(child): def testfunc(child):
child.expect_exact("Testing floating point arithmetics...") child.expect_exact("Testing floating point arithmetics...")
child.expect_exact("[SUCCESS]") child.expect_exact("[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.
Please register or to comment