···2020 machine.wait_for_x()
2121 machine.execute("vengi-voxedit >&2 &")
2222 machine.wait_for_window("voxedit")
2323- # OCR on voxedit's window is very expensive, so we avoid wasting a try
2424- # by letting the window load fully first
2323+ # Let the window load fully
2524 machine.sleep(15)
2626- machine.wait_for_text("Solid")
2725 machine.screenshot("screen")
2826 '';
2927})