From f0dbe96d985cbbf2f29dc1fc2ee15743cc299eb7 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Mon, 22 Jan 2024 12:39:19 +0100 Subject: [PATCH] increased timeout (#22303) --- .github/workflows/job_cpu_functional_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job_cpu_functional_tests.yml b/.github/workflows/job_cpu_functional_tests.yml index b1f2e6bbf08..7c1b29e0853 100644 --- a/.github/workflows/job_cpu_functional_tests.yml +++ b/.github/workflows/job_cpu_functional_tests.yml @@ -98,7 +98,7 @@ jobs: fi python3 ${PARALLEL_TEST_SCRIPT} -e ${INSTALL_TEST_DIR}/ov_cpu_func_tests -c ${PARALLEL_TEST_CACHE} -w ${INSTALL_TEST_DIR} -s suite -rf 0 -- --gtest_print_time=1 --gtest_filter=*smoke* - timeout-minutes: 20 + timeout-minutes: 25 - name: Save tests execution time uses: actions/cache/save@v3