Skip to content

Commit

Permalink
tests(neovim): add stylix dependency
Browse files Browse the repository at this point in the history
Also increased the sleep time to ensure that neovim loads before
continuing with the test.
  • Loading branch information
donovanglover committed Nov 20, 2024
1 parent 371fde4 commit 47e4247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
imports = with nix-config.nixosModules; [
shell
system
stylix
];

home-manager.sharedModules = with nix-config.homeModules; [
Expand All @@ -25,7 +26,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
machine.wait_for_unit("default.target")
machine.send_chars("nvim hello.txt\n")
machine.sleep(20)
machine.sleep(30)
machine.send_chars("i")
machine.sleep(2)
Expand Down

0 comments on commit 47e4247

Please sign in to comment.