From 650d6258c833427c4af0d652ce84edfd0b8ebfed Mon Sep 17 00:00:00 2001 From: Phillip Seeber Date: Thu, 17 Aug 2023 12:52:49 +0200 Subject: libxc: increase test timeout --- pkgs/development/libraries/libxc/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/libraries/libxc/default.nix b/pkgs/development/libraries/libxc/default.nix index 2bda413a73268..ff47a3881e044 100644 --- a/pkgs/development/libraries/libxc/default.nix +++ b/pkgs/development/libraries/libxc/default.nix @@ -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 = '' -- cgit 1.4.1