From 2f32fe9e6dc833fff338188621405bc32fbcda2b Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Tue, 6 Sep 2022 08:28:22 +0200 Subject: vengi-tools: 0.0.20 -> 0.0.21 --- nixos/tests/vengi-tools.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/tests/vengi-tools.nix b/nixos/tests/vengi-tools.nix index 5bc8d72c7723..fd7567991487 100644 --- a/nixos/tests/vengi-tools.nix +++ b/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") ''; }) -- cgit v1.2.3