From 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 19:04:28 +0100 Subject: gentoo resync : 17.07.2021 --- .../openexr-2.5.7-0002-increase-IlmImfTest-timeout.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-libs/openexr/files/openexr-2.5.7-0002-increase-IlmImfTest-timeout.patch (limited to 'media-libs/openexr/files') diff --git a/media-libs/openexr/files/openexr-2.5.7-0002-increase-IlmImfTest-timeout.patch b/media-libs/openexr/files/openexr-2.5.7-0002-increase-IlmImfTest-timeout.patch new file mode 100644 index 000000000000..ef71bc0e6871 --- /dev/null +++ b/media-libs/openexr/files/openexr-2.5.7-0002-increase-IlmImfTest-timeout.patch @@ -0,0 +1,13 @@ +This consists of A LOT of individual tests and on some hardware +(e.g. the RISC-V board BeagleV Starlight) the default test time-out +of 1500 seconds is greatly insufficient. On said BeagleV OpenEXR.IlmImf +takes almost 4800 s even on an otherwise idle system so let's add a bit +of margin and set the time-out of this test to 1.5 hours. + +--- a/IlmImfTest/CMakeLists.txt 2021-06-15 00:15:14.000000000 +0000 ++++ b/IlmImfTest/CMakeLists.txt 2021-07-16 16:51:20.600435829 +0000 +@@ -73,3 +73,4 @@ + target_compile_definitions(IlmImfTest PRIVATE OPENEXR_DLL) + endif() + add_test(NAME OpenEXR.IlmImf COMMAND $) ++set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 5400) -- cgit v1.2.3