summaryrefslogtreecommitdiffstats
path: root/nixos/tests/firefox.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/firefox.nix
parent058fd7eeea3702f574bd972b548554c617eed587 (diff)
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/firefox.nix')
-rw-r--r--nixos/tests/firefox.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/firefox.nix b/nixos/tests/firefox.nix
index ca634ffcf1e0..d6599be13c9e 100644
--- a/nixos/tests/firefox.nix
+++ b/nixos/tests/firefox.nix
@@ -16,7 +16,6 @@
$machine->waitForWindow(qr/Valgrind/);
$machine->sleep(40); # wait until Firefox has finished loading the page
$machine->screenshot("screen");
-
'';
}