Merge pull request #215584 from superherointj/fix-libsecret-non-deterministic-fail

libsecret: fix non-deterministic fail of test-collection
This commit is contained in:
7c6f434c 2023-02-10 15:15:19 +00:00 committed by GitHub
commit bc1660f05b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';