0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.dbus-python: increase test timeout

This commit is contained in:
FliegendeWurst 2024-11-07 07:49:25 +01:00
parent 5d5ea9bbde
commit 12836c78ba

View file

@ -90,7 +90,7 @@ lib.fix (
checkPhase = ''
runHook preCheck
meson test -C _meson-build --no-rebuild --print-errorlogs
meson test -C _meson-build --no-rebuild --print-errorlogs --timeout-multiplier 0
runHook postCheck
'';