update some timings in rdr2 harness

This commit is contained in:
Nikolas
2024-12-04 12:57:26 -08:00
parent b025430e7e
commit 0f87d58b23
2 changed files with 5 additions and 3 deletions

View File

@@ -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.

View File

@@ -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)