SHA256
1
0
forked from pool/openexr

- increase timeout for IlmImf test

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=33
This commit is contained in:
Petr Gajdos 2019-10-04 14:21:16 +00:00 committed by Git OBS Bridge
parent 07cfb07b25
commit 77ded4a453
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 4 14:20:41 UTC 2019 - pgajdos@suse.com
- increase timeout for IlmImf test
-------------------------------------------------------------------
Thu Sep 26 08:28:56 UTC 2019 - pgajdos@suse.com

View File

@ -140,7 +140,9 @@ make %{?_smp_mflags}
%cmake_install
%check
# tests takes LOONG, e. g. 20 min
# tests takes LOONG, e. g. 20 min, in obs even more that
# exceed timeout limit 25 min
echo "\nset_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 3000)" >> IlmImfTest/CMakeLists.txt
export LD_LIBRARY_PATH="$PWD/build/IlmImf:$PWD/build/IlmImfUtil:$LD_LIBRARY_PATH"
%ctest