summary refs log tree commit diff
path: root/nixos/tests/gnome3_12.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/gnome3_12.nix')
-rw-r--r--nixos/tests/gnome3_12.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome3_12.nix b/nixos/tests/gnome3_12.nix
index 439674b69d5..723d1bc4522 100644
--- a/nixos/tests/gnome3_12.nix
+++ b/nixos/tests/gnome3_12.nix
@@ -24,7 +24,7 @@ import ./make-test.nix {
 
       $machine->succeed("su - alice -c 'DISPLAY=:0.0 gnome-terminal &'");
       $machine->waitForWindow(qr/Terminal/);
-      $machine->sleep(10);
+      $machine->sleep(20);
       $machine->screenshot("screen");
     '';