Skip to content

Commit 84e34d4

Browse files
committedSep 9, 2017
tests: xmonad less dependent on timings
1 parent 498e3a9 commit 84e34d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nixos/tests/xmonad.nix

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import ./make-test.nix ({ pkgs, ...} : {
1919
$machine->waitForX;
2020
$machine->waitForFile("/home/alice/.Xauthority");
2121
$machine->succeed("xauth merge ~alice/.Xauthority");
22+
$machine->waitUntilSucceeds("xmonad --restart");
2223
$machine->sleep(3);
2324
$machine->sendKeys("alt-shift-ret");
2425
$machine->waitForWindow(qr/machine.*alice/);

0 commit comments

Comments
 (0)
Please sign in to comment.