summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-07 12:40:35 +0200
committerDomen Kožar <domen@dev.si>2014-09-07 14:51:10 +0200
commit130e56cd422342b7e370738d6cf52d8726868a56 (patch)
treef73181114d35016847dcc4328d9ec47857a1ce6a /nixos/tests
parentaf26d5e25b12316f350723a0d9eac3af8ce0baca (diff)
downloadnixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.tar
nixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.tar.gz
nixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.tar.bz2
nixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.tar.lz
nixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.tar.xz
nixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.tar.zst
nixpkgs-130e56cd422342b7e370738d6cf52d8726868a56.zip
nixos.tests.gnome3: wait 20sec for the screenshot
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/gnome3.nix2
-rw-r--r--nixos/tests/gnome3_12.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index 44668f57fc1..df30283e315 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -23,7 +23,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");
     '';
 
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");
     '';