Unverified Commit c5244d4b authored by Ramses's avatar Ramses Committed by GitHub
Browse files

niri: avoid flaky tests (#373130)

parents 55d267b7 a4781430
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -104,6 +104,8 @@ rustPlatform.buildRustPackage rec {

  preCheck = ''
    export XDG_RUNTIME_DIR=$(mktemp -d)
    # See https://github.com/YaLTeR/niri/issues/953
    export RAYON_NUM_THREADS=1
  '';

  passthru = {