diff --git a/test/cmp_tool/meson.build b/test/cmp_tool/meson.build
index 065cc4557853043de6dbd6a861fd620f603da24a..17b6ef1af62a64cf288809b7b3492dbc91dc7e2e 100644
--- a/test/cmp_tool/meson.build
+++ b/test/cmp_tool/meson.build
@@ -6,6 +6,7 @@ if pytest.found()
     pytest,
     args : ['--color=yes', '-vvv', int_test_file],
     depends : cmp_tool_exe,
+    timeout : 100,
     workdir : meson.project_build_root())
 else
   message('Pytest framework not found! Skipping integration tests. Run pip install pytest.')