Merge pull request #249709 from sheepforce/libxc-timeout
libxc: increase test timeout
This commit is contained in:
commit
1e95ab3b71
@ -11,6 +11,13 @@ stdenv.mkDerivation rec {
|
|||||||
hash = "sha256-JYhuyW95I7Q0edLIe7H//+ej5vh6MdAGxXjmNxDMuhQ=";
|
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 ];
|
nativeBuildInputs = [ perl cmake gfortran ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user