Merge pull request #249709 from sheepforce/libxc-timeout

libxc: increase test timeout

authored by markuskowa and committed by GitHub 1e95ab3b b22003dc

+7
+7
pkgs/development/libraries/libxc/default.nix
··· 11 hash = "sha256-JYhuyW95I7Q0edLIe7H//+ej5vh6MdAGxXjmNxDMuhQ="; 12 }; 13 14 nativeBuildInputs = [ perl cmake gfortran ]; 15 16 preConfigure = ''
··· 11 hash = "sha256-JYhuyW95I7Q0edLIe7H//+ej5vh6MdAGxXjmNxDMuhQ="; 12 }; 13 14 + # Timeout increase has already been included upstream in master. 15 + # Check upon updates if this can be removed. 16 + postPatch = '' 17 + substituteInPlace testsuite/CMakeLists.txt \ 18 + --replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30" 19 + ''; 20 + 21 nativeBuildInputs = [ perl cmake gfortran ]; 22 23 preConfigure = ''