about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/vengi-tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/vengi-tools.nix')
-rw-r--r--nixpkgs/nixos/tests/vengi-tools.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/vengi-tools.nix b/nixpkgs/nixos/tests/vengi-tools.nix
index 5bc8d72c7723..fd7567991487 100644
--- a/nixpkgs/nixos/tests/vengi-tools.nix
+++ b/nixpkgs/nixos/tests/vengi-tools.nix
@@ -20,10 +20,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
       machine.wait_for_x()
       machine.execute("vengi-voxedit >&2 &")
       machine.wait_for_window("voxedit")
-      # OCR on voxedit's window is very expensive, so we avoid wasting a try
-      # by letting the window load fully first
+      # Let the window load fully
       machine.sleep(15)
-      machine.wait_for_text("Solid")
       machine.screenshot("screen")
     '';
 })