Skip to content
Snippets Groups Projects
Unverified Commit 9421356f authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

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

unittests: increase test timeout
parents a0a31120 690fdb11
Branches
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment