Merge pull request #249709 from sheepforce/libxc-timeout

libxc: increase test timeout
This commit is contained in:
markuskowa 2023-08-17 15:11:03 +02:00 committed by GitHub
commit 1e95ab3b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,13 @@ stdenv.mkDerivation rec {
hash = "sha256-JYhuyW95I7Q0edLIe7H//+ej5vh6MdAGxXjmNxDMuhQ=";
};
# Timeout increase has already been included upstream in master.
# Check upon updates if this can be removed.
postPatch = ''
substituteInPlace testsuite/CMakeLists.txt \
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
'';
nativeBuildInputs = [ perl cmake gfortran ];
preConfigure = ''