From b24cfd292f56c69b31673a3fe52d80c1efcb8c17 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 21 Nov 2024 03:04:15 +0000 Subject: [PATCH] folks: remove `--timeout-multiplier` Unnecessary as of 54522e10d558fa88e032d24b426ec788d34a70ec. --- pkgs/by-name/fo/folks/package.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/by-name/fo/folks/package.nix b/pkgs/by-name/fo/folks/package.nix index 777bef924662..ee07c5fcbf0a 100644 --- a/pkgs/by-name/fo/folks/package.nix +++ b/pkgs/by-name/fo/folks/package.nix @@ -90,11 +90,6 @@ stdenv.mkDerivation (finalAttrs: { # occur inconsistently doCheck = false; - mesonCheckFlags = [ - # Prevents e-d-s add-contacts-stress-test from timing out - "--timeout-multiplier" "4" - ]; - postPatch = lib.optionalString telepathySupport '' patchShebangs tests/tools/manager-file.py '';