diff options
| author | Samuel Ainsworth <skainsworth@gmail.com> | 2025-02-27 16:54:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 16:54:47 -0500 |
| commit | 5cf014471f831bae48e05f806b450b3f4b0ecd7e (patch) | |
| tree | 5b6ec7a4a27f334dca7176f63217f9a1106e77ec | |
| parent | factoriolab: 3.11.4 -> 3.12.0 (#384146) (diff) | |
| download | nixpkgs-origin/samuela-patch-1.tar.gz | |
python3Packages.moviepy: increase test timeout to 600sorigin/samuela-patch-1
Fix https://github.com/NixOS/nixpkgs/issues/385450
| -rw-r--r-- | pkgs/development/python-modules/moviepy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/moviepy/default.nix b/pkgs/development/python-modules/moviepy/default.nix index 16fb3111c608..272eb3ad8843 100644 --- a/pkgs/development/python-modules/moviepy/default.nix +++ b/pkgs/development/python-modules/moviepy/default.nix @@ -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" ]; |
