Skip to content

Commit

Permalink
tests: xmonad less dependent on timings
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 9, 2017
1 parent 498e3a9 commit 84e34d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/xmonad.nix
Expand Up @@ -19,6 +19,7 @@ import ./make-test.nix ({ pkgs, ...} : {
$machine->waitForX;
$machine->waitForFile("/home/alice/.Xauthority");
$machine->succeed("xauth merge ~alice/.Xauthority");
$machine->waitUntilSucceeds("xmonad --restart");
$machine->sleep(3);
$machine->sendKeys("alt-shift-ret");
$machine->waitForWindow(qr/machine.*alice/);
Expand Down

0 comments on commit 84e34d4

Please sign in to comment.