folks: remove --timeout-multiplier

Unnecessary as of 54522e10d5.
This commit is contained in:
Emily
2024-11-21 03:12:38 +00:00
parent ee82343573
commit b24cfd292f
-5
View File
@@ -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
'';