Increased time on benchmark load check

This commit is contained in:
J-Doiron
2025-01-29 12:20:28 -08:00
parent 89badb3d6d
commit e6a04bc399

View File

@@ -122,7 +122,7 @@ def run_benchmark() -> tuple[float]:
elapsed_setup_time = round((setup_end_time - setup_start_time), 2)
logging.info("Setup took %s seconds", elapsed_setup_time)
if kerasService.wait_for_word(word="continue", timeout=30, interval=1) is None:
if kerasService.wait_for_word(word="continue", timeout=60, interval=1) is None:
logging.info("Did not find the continue button. Did the game not finish loading?")
sys.exit(1)