Skip to content

Commit

Permalink
nixosTests.gnome: increase autologin delay
Browse files Browse the repository at this point in the history
Increase the autologin delay to 3 seconds in the hope to avoid some
failures, see NixOS#151105 (comment)
  • Loading branch information
ncfavier committed Jan 18, 2022
1 parent 6733a4d commit 720a88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
user = "alice";
};
# Catch GDM failures that don't happen with AutomaticLoginEnable, e.g. https://github.com/NixOS/nixpkgs/issues/149539
gdm.autoLogin.delay = 1;
gdm.autoLogin.delay = 3;
};

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

0 comments on commit 720a88b

Please sign in to comment.