mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
Update shadowofthetombraider.py
Increased time for results screen check for slower loading devices.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user