1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #9590 from cladmi/pr/unittest/increase_timeout

unittests: increase test timeout
This commit is contained in:
Martine Lenders 2018-07-17 17:46:13 +02:00 committed by GitHub
commit 9421356f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ def testfunc(child):
if __name__ == "__main__":
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
from testrunner import run
sys.exit(run(testfunc, timeout=60))
sys.exit(run(testfunc, timeout=120))