From 0f87d58b23cc3914d5c29ddc39eadedf6101d16f Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 4 Dec 2024 12:57:26 -0800 Subject: [PATCH] update some timings in rdr2 harness --- CHANGELOG.md | 4 ++++ reddeadredemption2/reddeadredemption2.py | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 677cdea..c927e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Changes are grouped by the date they are merged to the main branch of the repository and are ordered from newest to oldest. Dates use the ISO 8601 extended calendar date format, i.e. YYYY-MM-DD. +## 2024-12-04 + +- Update some timings in RDR2 harness. + ## 2024-12-03 - Update encoding presets. diff --git a/reddeadredemption2/reddeadredemption2.py b/reddeadredemption2/reddeadredemption2.py index f463438..7a4f4f2 100644 --- a/reddeadredemption2/reddeadredemption2.py +++ b/reddeadredemption2/reddeadredemption2.py @@ -31,10 +31,8 @@ def run_benchmark(): # Wait for game to load to main menu setup_start_time = time.time() exec_steam_run_command(STEAM_GAME_ID) - time.sleep(65) + time.sleep(80) - user.press("enter") - time.sleep(3) # Press Z to enter settings user.press("z") time.sleep(3)