1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

Fixing typo in config_example.py

This commit is contained in:
Sergei Trofimov 2015-07-02 12:17:19 +01:00
parent 30bb453747
commit cb89bd5708

View File

@ -52,7 +52,7 @@ execution_order = 'by_iteration'
retry_on_status = ['FAILED', 'PARTIAL']
# How many times a job will be re-run before giving up
max_retires = 3
max_retries = 3
####################################################################################################
######################################### Device Settings ##########################################