Skip to content
Snippets Groups Projects
Commit f52f3714 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'test-timeout-180' into 'master'

[tests] Increase test timeout from 60 seconds to 180 seconds

See merge request i4/manycore/emper!63
parents 79b409a5 d250945f
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ foreach source, test_dict : tests ...@@ -98,7 +98,7 @@ foreach source, test_dict : tests
test_exe, test_exe,
is_parallel: test_dict.get('is_parallel', false), is_parallel: test_dict.get('is_parallel', false),
suite: test_dict.get('test_suite', 'all'), suite: test_dict.get('test_suite', 'all'),
timeout: 60, timeout: 180,
env: test_env, env: test_env,
) )
endforeach endforeach
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment