- increase timeout for IlmImf test

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=33
This commit is contained in:
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

@@ -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