Merge #242463: openexr: increase test timeout

...into staging
This commit is contained in:
Vladimír Čunát 2023-07-17 10:54:53 +02:00
commit 9fc9669cf9
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -41,11 +41,13 @@ stdenv.mkDerivation rec {
./gcc-13.patch ./gcc-13.patch
]; ];
# tests are determined to use /var/tmp on unix
postPatch = '' postPatch = ''
# tests are determined to use /var/tmp on unix
find . -name tmpDir.h | while read -r f ; do find . -name tmpDir.h | while read -r f ; do
substituteInPlace $f --replace '/var/tmp' "$TMPDIR" substituteInPlace $f --replace '/var/tmp' "$TMPDIR"
done done
# On slower machines this test can take more than the default 1500 seconds
echo 'set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 3000)' >> OpenEXR/IlmImfTest/CMakeLists.txt
''; '';
cmakeFlags = [ cmakeFlags = [