update some timings in rdr2 harness (#114)

This commit is contained in:
nharris-lmg
2024-12-04 13:00:04 -08:00
committed by GitHub
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)