From f33f4dab26223e7b77ca7a41a3c688392adb2f7d Mon Sep 17 00:00:00 2001 From: Yossi Levy Date: Wed, 23 May 2018 11:29:46 +0300 Subject: [PATCH] Increase tests timeout to 45 second --- features/device_key/TESTS/device_key/functionality/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/device_key/TESTS/device_key/functionality/main.cpp b/features/device_key/TESTS/device_key/functionality/main.cpp index f51ff94122..32362fd4d4 100644 --- a/features/device_key/TESTS/device_key/functionality/main.cpp +++ b/features/device_key/TESTS/device_key/functionality/main.cpp @@ -462,7 +462,7 @@ Case cases[] = { utest::v1::status_t greentea_test_setup(const size_t number_of_cases) { - GREENTEA_SETUP(14, "default_auto"); + GREENTEA_SETUP(45, "default_auto"); return greentea_test_setup_handler(number_of_cases); }