Skip to content

Commit

Permalink
tests: xmonad less dependent on timings
Browse files Browse the repository at this point in the history
(cherry picked from commit 84e34d4)
  • Loading branch information
NeQuissimus committed Sep 9, 2017
1 parent 7ccda60 commit e3fa7ef
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 e3fa7ef

Please sign in to comment.