Update shadowofthetombraider.py

Increased time for results screen check for slower loading devices.
This commit is contained in:
J-Doiron
2024-12-13 16:03:27 -08:00
parent ea9a2a90e0
commit 987d1765ee

View File

@@ -119,7 +119,7 @@ def run_benchmark(keras_service, am):
else:
test_end_time = time.time()
if keras_service.wait_for_word(word="results", timeout=20, interval=1) is None:
if keras_service.wait_for_word(word="results", timeout=60, interval=1) is None:
logging.error("Results screen after running benchmark not found, exiting.")
sys.exit(1)