From 9b535b91449a0f431c8ed4437663ff5fdc5ac845 Mon Sep 17 00:00:00 2001 From: Evgeny Kotov Date: Thu, 7 Dec 2023 13:57:53 +0100 Subject: [PATCH] set 15 secs runtime duration after rebase --- tests/model_hub_tests/models_hub_common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model_hub_tests/models_hub_common/constants.py b/tests/model_hub_tests/models_hub_common/constants.py index 8830543ed8bec2..8732ef82c3e634 100644 --- a/tests/model_hub_tests/models_hub_common/constants.py +++ b/tests/model_hub_tests/models_hub_common/constants.py @@ -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 '''