python3Packages.mirakuru: increase darwin test timeout (#514828)

This commit is contained in:
Vladimír Čunát
2026-05-18 07:07:47 +00:00
committed by GitHub
@@ -25,6 +25,11 @@ buildPythonPackage rec {
hash = "sha256-3WyjvHxr+6kG+cLSCEZkHoA70mSoT66ubmp0W9g2yJM=";
};
postPatch = ''
substituteInPlace tests/executors/test_output_executor_regression_issue_98.py \
--replace-fail "timeout=15," "timeout=60,"
'';
build-system = [ setuptools ];
dependencies = [ psutil ];