Skip to content
Snippets Groups Projects
Unverified Commit 95a5befd authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #9030 from cladmi/pr/fix/test/wsn430/float

tests/float: increase timeout for wsn430
parents 96cb4e9a ac1bf94f
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,13 @@
import os
import sys
# It takes 35 seconds on wsn430, so add some margin
TIMEOUT = 45
def testfunc(child):
child.expect_exact("Testing floating point arithmetics...")
child.expect_exact("[SUCCESS]")
child.expect_exact("[SUCCESS]", timeout=TIMEOUT)
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