Skip to content

Commit

Permalink
Merge pull request #150980 from ncfavier/gdm-test
Browse files Browse the repository at this point in the history
nixosTests.gnome: add autologin delay to catch GDM failures
  • Loading branch information
jtojnar authored Jan 15, 2022
2 parents 826f6df + e9ebd5e commit 5cd5fb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
enable = true;
user = "alice";
};
# Catch GDM failures that don't happen with AutomaticLoginEnable, e.g. https://github.com/NixOS/nixpkgs/issues/149539
gdm.autoLogin.delay = 1;
};

services.xserver.desktopManager.gnome.enable = true;
Expand Down

0 comments on commit 5cd5fb7

Please sign in to comment.