mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
test/unittests: set pexpect timeout to 60s
This commit is contained in:
parent
46ae9654ad
commit
3486d216d4
@ -16,4 +16,4 @@ def testfunc(child):
|
||||
child.expect(u"OK \\([0-9]+ tests\\)")
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(testrunner.run(testfunc))
|
||||
sys.exit(testrunner.run(testfunc, timeout=60))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user