From 640a025f67fe089a1d1c8c918e9cfadcd0ff3cbe Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Thu, 26 Nov 2020 14:40:25 +0100 Subject: [PATCH] Benchmark time limit increased to 1.5 s --- .gitlab-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 399aa239a..956bc7c0b 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -367,7 +367,7 @@ stages: localhost $RUNNER_HIVEMIND_SERVER_HTTP_PORT \ $RUNNER_BENCHMARK_ITERATIONS \ $RUNNER_BENCHMARK_JOBS - - ./scripts/xml_report_parser.py . ./tests/tests_api/hivemind/tavern + - ./scripts/xml_report_parser.py --time-threshold=1.5 . ./tests/tests_api/hivemind/tavern .api-smoketest-benchmark: stage: benchmark-tests -- GitLab