python3Packages.mirakuru: increase test timeout for everyone

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Vladimír Čunát
2026-05-18 09:02:08 +02:00
committed by GitHub
co-authored by Sandro
parent 9632df5681
commit b30f3da855
@@ -25,7 +25,7 @@ buildPythonPackage rec {
hash = "sha256-3WyjvHxr+6kG+cLSCEZkHoA70mSoT66ubmp0W9g2yJM=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
postPatch = ''
substituteInPlace tests/executors/test_output_executor_regression_issue_98.py \
--replace-fail "timeout=15," "timeout=60,"
'';