From 3ac788fa0259ea2c4e6176c15ed3c6c371f09bf5 Mon Sep 17 00:00:00 2001 From: Seppo Takalo Date: Tue, 19 Sep 2017 20:16:36 +0300 Subject: [PATCH] Set timeout to 4 minutes. Wifi connections and scanning takes long time. 2 minutes might not be enough. --- TESTS/network/wifi/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTS/network/wifi/main.cpp b/TESTS/network/wifi/main.cpp index 9c029910df..754df739d5 100644 --- a/TESTS/network/wifi/main.cpp +++ b/TESTS/network/wifi/main.cpp @@ -7,7 +7,7 @@ using namespace utest::v1; utest::v1::status_t test_setup(const size_t number_of_cases) { - GREENTEA_SETUP(120, "default_auto"); + GREENTEA_SETUP(240, "default_auto"); return verbose_test_setup_handler(number_of_cases); }