1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

test/unittests: set pexpect timeout to 60s

This commit is contained in:
Hauke Petersen 2017-10-25 15:37:37 +02:00
parent 775609dcac
commit 4bdce27d02

View File

@ -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))