Update shadowofthetombraider.py

Adjusting marker for SOTTR
This commit is contained in:
J-Doiron
2024-12-13 16:17:40 -08:00
parent 987d1765ee
commit fd44ca01d0

View File

@@ -105,7 +105,9 @@ def run_benchmark(keras_service, am):
elapsed_setup_time = round(time.time() - setup_start_time, 2)
logging.info("Setup took %f seconds", elapsed_setup_time)
time.sleep(2)
if keras_service.wait_for_word(word="FPS", timeout=30, interval=0.5) is None:
logging.info("Did not find the benchmark option on the screen. Did the menu get stuck?")
sys.exit(1)
test_start_time = time.time()
# Wait for benchmark to complete