tests(neovim): add stylix dependency

Also increased the sleep time to ensure that neovim loads before
continuing with the test.
This commit is contained in:
Donovan Glover 2024-11-20 17:13:51 -05:00
parent 371fde43fb
commit 47e4247613
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -11,6 +11,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
imports = with nix-config.nixosModules; [ imports = with nix-config.nixosModules; [
shell shell
system system
stylix
]; ];
home-manager.sharedModules = with nix-config.homeModules; [ home-manager.sharedModules = with nix-config.homeModules; [
@ -25,7 +26,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
machine.wait_for_unit("default.target") machine.wait_for_unit("default.target")
machine.send_chars("nvim hello.txt\n") machine.send_chars("nvim hello.txt\n")
machine.sleep(20) machine.sleep(30)
machine.send_chars("i") machine.send_chars("i")
machine.sleep(2) machine.sleep(2)