Blame SOURCES/0001-Double-valgrind-timeout.patch

536e1a
From 1a7bf143761ff8e3f4f6585b82c0be4dbd511fca Mon Sep 17 00:00:00 2001
536e1a
From: Stephen Gallagher <sgallagh@redhat.com>
536e1a
Date: Thu, 23 May 2019 14:00:36 -0400
536e1a
Subject: [PATCH 1/3] Double valgrind timeout
536e1a
536e1a
On some architectures under heavy load, the valgrind check on v2
536e1a
is taking a long time.
536e1a
536e1a
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
536e1a
---
536e1a
 modulemd/meson.build | 2 +-
536e1a
 1 file changed, 1 insertion(+), 1 deletion(-)
536e1a
536e1a
diff --git a/modulemd/meson.build b/modulemd/meson.build
536e1a
index 47bd1f58e6401d2634d8ff737c2b347f5ebc6bf5..e49c7a9df76dcf37a18ddeba3150d6c914aa4e25 100644
536e1a
--- a/modulemd/meson.build
536e1a
+++ b/modulemd/meson.build
536e1a
@@ -313,7 +313,7 @@ endif
536e1a
 if valgrind.found()
536e1a
     modulemd_valgrind_scripts = files('common/tests/test-valgrind.py')
536e1a
     test ('valgrind', python3,
536e1a
           env : test_env,
536e1a
           args : modulemd_valgrind_scripts,
536e1a
-          timeout : 600)
536e1a
+          timeout : 1200)
536e1a
 endif
536e1a
-- 
536e1a
2.21.0
536e1a