Skip to content

Commit

Permalink
set 15 secs runtime duration after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
evkotov committed Dec 7, 2023
1 parent 5945e5b commit 9b535b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_hub_tests/models_hub_common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
loading and heating and includes measurement only one of 2 models - got through convert and read_model.
Both "converted" and "read_model" modes will be 2 * runtime_measure_duration
'''
runtime_measure_duration = os.environ.get('RUNTIME_MEASURE_DURATION', '60')
runtime_measure_duration = os.environ.get('RUNTIME_MEASURE_DURATION', '15')
'''
@brief Time in seconds of heating before measurement
'''
Expand Down

0 comments on commit 9b535b9

Please sign in to comment.