summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2022-10-02 13:04:45 -0400
committerGitHub <noreply@github.com>2022-10-02 13:04:45 -0400
commit25acc1d800822bd65ef69a9bc8ffde5e37132704 (patch)
tree07f31ed0e0062ffec053802c01be375229d39a61 /nixos
parentd569245a7ccba7a061a2e5ac518b66921a71dfcf (diff)
parent2f32fe9e6dc833fff338188621405bc32fbcda2b (diff)
Merge pull request #190014 from fgaz/vengi-tools/0.0.21
vengi-tools: 0.0.20 -> 0.0.21
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/vengi-tools.nix4
1 files changed, 1 insertions, 3 deletions
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")
'';
})