mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
openexr: increase test timeout
The default timeout is 1500. We've been seeing consistent timeouts on builders under high load. Let's see if this helps. Link: https://github.com/NixOS/nixpkgs/pull/234754#issuecomment-1611387839 Fixes: https://github.com/NixOS/nixpkgs/pull/240660
This commit is contained in:
parent
458a2ba382
commit
6c6abbacd3
@ -48,7 +48,9 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
cmakeFlags = lib.optional stdenv.hostPlatform.isStatic "-DCMAKE_SKIP_RPATH=ON";
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_CTEST_ARGUMENTS=--timeout;3600"
|
||||
] ++ lib.optional stdenv.hostPlatform.isStatic "-DCMAKE_SKIP_RPATH=ON";
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
propagatedBuildInputs = [ ilmbase zlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user