From 54a6770929746d4e836cd8ce3cd081bde45bd9da Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:16:52 -0300 Subject: [PATCH] libsecret: fix non-deterministic fail of test-collection Problem usually happens when all CPUs are busy. Upstream issue: https://gitlab.gnome.org/GNOME/libsecret/-/issues/80 Logs: https://gist.github.com/superherointj/08d68a9674f695e73bbabcf8c9a1e535 --- pkgs/development/libraries/libsecret/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libsecret/default.nix b/pkgs/development/libraries/libsecret/default.nix index 364503b5b10cc..4a2ad99af4d9c 100644 --- a/pkgs/development/libraries/libsecret/default.nix +++ b/pkgs/development/libraries/libsecret/default.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { dbus-run-session \ --config-file=${dbus}/share/dbus-1/session.conf \ - meson test --print-errorlogs + meson test --print-errorlogs --timeout-multiplier 0 runHook postCheck '';