tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tests: xmonad less dependent on timings
Tim Steinbach
8 years ago
84e34d4d
498e3a99
+1
1 changed file
expand all
collapse all
unified
split
nixos
tests
xmonad.nix
+1
nixos/tests/xmonad.nix
···
19
19
$machine->waitForX;
20
20
$machine->waitForFile("/home/alice/.Xauthority");
21
21
$machine->succeed("xauth merge ~alice/.Xauthority");
22
22
+
$machine->waitUntilSucceeds("xmonad --restart");
22
23
$machine->sleep(3);
23
24
$machine->sendKeys("alt-shift-ret");
24
25
$machine->waitForWindow(qr/machine.*alice/);