Skip to content

Commit db36f7c

Browse files
author
vhristov5555
committed
Update values for perf test add platform.
1 parent 1f09ebd commit db36f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/perf/cli_operations_time.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def test_tns_commands_time(self, demo, config, platform, expected_tns_create_tim
253253

254254
verification_errors = PerfBuildTests.assert_time(expected=expected_tns_platform_add_time,
255255
actual=actual_tns_platform_add_time,
256-
tolerance=25,
256+
tolerance=30,
257257
error_message=message, verification_errors=verification_errors)
258258
message = "Tns build command for platform {1} for {0} with {4} configuration is {3} s. " \
259259
"The expected time is {2} s.".format(demo, platform, expected_tns_build_time,

0 commit comments

Comments
 (0)