Skip to content
Snippets Groups Projects
Commit d920a633 authored by Yannik Stradmann's avatar Yannik Stradmann
Browse files

Explicitly define test timeout for simulation tests

Change-Id: Ie132e8b37cb955510122a59996c05413c3f56db1
parent 6d8a6d35
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,8 @@ def build(bld): ...@@ -243,7 +243,8 @@ def build(bld):
STACK_REDZONE=env.LIBNUX_STACK_REDZONE_ENABLED[0], STACK_REDZONE=env.LIBNUX_STACK_REDZONE_ENABLED[0],
TEST_BINARY_PATH=os.path.join(bld.env.PREFIX, 'build', 'libnux')), TEST_BINARY_PATH=os.path.join(bld.env.PREFIX, 'build', 'libnux')),
pylint_config=join(get_toplevel_path(), "code-format", "pylintrc"), pylint_config=join(get_toplevel_path(), "code-format", "pylintrc"),
pycodestyle_config=join(get_toplevel_path(), "code-format", "pycodestyle") pycodestyle_config=join(get_toplevel_path(), "code-format", "pycodestyle"),
test_timeout = 3000
) )
bld( bld(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment