From 53983db9cb0c11b4624b311b1b93f1fab1f46e30 Mon Sep 17 00:00:00 2001 From: shenzhennan <1641225799szn@gmail.com> Date: Mon, 14 Jul 2025 12:34:43 +0000 Subject: [PATCH] fix impress eval : extending sleep time to ensure save --- .../21760ecb-8f62-40d2-8d85-0cee5725cb72.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evaluation_examples/examples/libreoffice_impress/21760ecb-8f62-40d2-8d85-0cee5725cb72.json b/evaluation_examples/examples/libreoffice_impress/21760ecb-8f62-40d2-8d85-0cee5725cb72.json index 57e1122..edbc566 100644 --- a/evaluation_examples/examples/libreoffice_impress/21760ecb-8f62-40d2-8d85-0cee5725cb72.json +++ b/evaluation_examples/examples/libreoffice_impress/21760ecb-8f62-40d2-8d85-0cee5725cb72.json @@ -63,14 +63,14 @@ "command": [ "python", "-c", - "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);" + "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(4.5);" ] } }, { "type": "sleep", "parameters": { - "seconds": 0.5 + "seconds": 4.5 } } ],