Lengthening start sleep

This commit is contained in:
J-Doiron
2025-07-28 18:12:56 -07:00
parent cf7236bc9a
commit 0924f97020

View File

@@ -60,7 +60,7 @@ def run_benchmark():
am = ArtifactManager(LOG_DIRECTORY)
setup_start_time = int(time.time())
time.sleep(15)
time.sleep(25)
# Press space to proceed to the main menu
result = kerasService.wait_for_word_vulkan("press", timeout=80)
if not result: