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:
commit
9421356f08
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user