ci: Increase test_nvs_on_host job timeout

test labels: nvs_coverage
pull/6718/head
Angus Gratton 2021-01-05 17:39:50 +11:00
rodzic c553430b0c
commit 3b4706d14d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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