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
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user