Skip to content

Commit 3ac788f

Browse files
author
Seppo Takalo
committed
Set timeout to 4 minutes.
Wifi connections and scanning takes long time. 2 minutes might not be enough.
1 parent 3d87507 commit 3ac788f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/network/wifi/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using namespace utest::v1;
88

99
utest::v1::status_t test_setup(const size_t number_of_cases) {
10-
GREENTEA_SETUP(120, "default_auto");
10+
GREENTEA_SETUP(240, "default_auto");
1111
return verbose_test_setup_handler(number_of_cases);
1212
}
1313

0 commit comments

Comments
 (0)