mirror of https://github.com/ARMmbed/mbed-os.git
Set timeout to 4 minutes.
Wifi connections and scanning takes long time. 2 minutes might not be enough.pull/5161/head
parent
3d87507c98
commit
3ac788fa02
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue