tests/float: increase timeout for wsn430
This commit is contained in:
parent
feadf68427
commit
ac1bf94f67
@ -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__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user