From 3b4706d14dea1328f9e383097ef230e8ba613bc8 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 5 Jan 2021 17:39:50 +1100 Subject: [PATCH] ci: Increase test_nvs_on_host job timeout test labels: nvs_coverage --- .gitlab/ci/host-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/ci/host-test.yml b/.gitlab/ci/host-test.yml index 862ce888da..d9af377d6f 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -24,6 +24,8 @@ test_nvs_coverage: script: - cd components/nvs_flash/test_nvs_host - make coverage_report + # the 'long' host tests take approx 11 hours on our current runners. Adding some margin here for possible CPU contention + timeout: 18 hours test_partition_table_on_host: extends: .host_test_template