From ebd0a112c0a1cb40d784719db534309d951bb245 Mon Sep 17 00:00:00 2001
From: Dominik Loidolt <dominik.loidolt@univie.ac.at>
Date: Wed, 17 Apr 2024 16:05:13 +0200
Subject: [PATCH] Increase timeout for cmp_tool integration test

---
 test/cmp_tool/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/cmp_tool/meson.build b/test/cmp_tool/meson.build
index 065cc45..17b6ef1 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.')
-- 
GitLab