Skip to content
Snippets Groups Projects
Commit 945ba910 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

Increase test timeout for hwsimtest

Change-Id: Ib91f633415efa1ca223b427cf267654a3c4bbf88
parent 19f7a3fd
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ def build(bld): ...@@ -237,7 +237,7 @@ def build(bld):
TEST_BINARY_PATH=os.path.join(bld.env.PREFIX, 'build', 'libnux', 'test')), TEST_BINARY_PATH=os.path.join(bld.env.PREFIX, 'build', 'libnux', 'test')),
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 = 3600 test_timeout = 5400
) )
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