From fb2a35f0e92beac76f0267212c8097c24c28fad9 Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Tue, 6 Oct 2020 12:26:26 +0100 Subject: [PATCH] TEST: Extend the kvstore test time out to 120s --- features/storage/TESTS/kvstore/filesystemstore_tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/storage/TESTS/kvstore/filesystemstore_tests/main.cpp b/features/storage/TESTS/kvstore/filesystemstore_tests/main.cpp index 8a06c1e1e8..72bbc01816 100644 --- a/features/storage/TESTS/kvstore/filesystemstore_tests/main.cpp +++ b/features/storage/TESTS/kvstore/filesystemstore_tests/main.cpp @@ -504,7 +504,7 @@ utest::v1::status_t greentea_failure_handler(const Case *const source, const fai // Test setup utest::v1::status_t test_setup(const size_t number_of_cases) { - GREENTEA_SETUP(60, "default_auto"); + GREENTEA_SETUP(120, "default_auto"); return verbose_test_setup_handler(number_of_cases); }