python3Packages.moviepy: increase test timeout to 600s
Fix https://github.com/NixOS/nixpkgs/issues/385450
This commit is contained in:
@@ -71,8 +71,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
] ++ lib.flatten (lib.attrValues optional-dependencies);
|
||||
|
||||
# See https://github.com/NixOS/nixpkgs/issues/381908.
|
||||
pytestFlagsArray = [ "--timeout=60" ];
|
||||
# See https://github.com/NixOS/nixpkgs/issues/381908 and https://github.com/NixOS/nixpkgs/issues/385450.
|
||||
pytestFlagsArray = [ "--timeout=600" ];
|
||||
|
||||
pythonImportsCheck = [ "moviepy" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user