python3Packages.mirakuru: increase darwin test timeout (#514828)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user