summary refs log tree commit diff
path: root/nixos/tests/xfce.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-22 14:23:56 -0500
committerShea Levy <shea@shealevy.com>2014-01-22 14:23:56 -0500
commit51de280c0a425fa0ea039a504646a99da3605aca (patch)
tree7ac5167dd68f390729018dc03ec27a6a3acb1905 /nixos/tests/xfce.nix
parent058fd7eeea3702f574bd972b548554c617eed587 (diff)
downloadnixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.tar
nixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.tar.gz
nixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.tar.bz2
nixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.tar.lz
nixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.tar.xz
nixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.tar.zst
nixpkgs-51de280c0a425fa0ea039a504646a99da3605aca.zip
nixos X tests: wait for logind to link a session to the server
There seems to be some race causing failures if an X command gets in before slim starts the session

Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'nixos/tests/xfce.nix')
-rw-r--r--nixos/tests/xfce.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/xfce.nix b/nixos/tests/xfce.nix
index 9f9692f8a01..50ce54c918b 100644
--- a/nixos/tests/xfce.nix
+++ b/nixos/tests/xfce.nix
@@ -17,6 +17,7 @@
 
   testScript =
     ''
+      $machine->waitForX;
       $machine->waitForWindow(qr/xfce4-panel/);
       $machine->sleep(10);