Set timeout to 4 minutes.

Wifi connections and scanning takes long time. 2 minutes might not be enough.
pull/5161/head
Seppo Takalo 2017-09-19 20:16:36 +03:00
parent 3d87507c98
commit 3ac788fa02
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
using namespace utest::v1; using namespace utest::v1;
utest::v1::status_t test_setup(const size_t number_of_cases) { 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); return verbose_test_setup_handler(number_of_cases);
} }