Skip to content
Snippets Groups Projects
Commit ebd0a112 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Increase timeout for cmp_tool integration test

parent b42aaf4a
No related branches found
No related tags found
1 merge request!30Enhanced Error Handling in Chunk Compression Functions
...@@ -6,6 +6,7 @@ if pytest.found() ...@@ -6,6 +6,7 @@ if pytest.found()
pytest, pytest,
args : ['--color=yes', '-vvv', int_test_file], args : ['--color=yes', '-vvv', int_test_file],
depends : cmp_tool_exe, depends : cmp_tool_exe,
timeout : 100,
workdir : meson.project_build_root()) workdir : meson.project_build_root())
else else
message('Pytest framework not found! Skipping integration tests. Run pip install pytest.') message('Pytest framework not found! Skipping integration tests. Run pip install pytest.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment