Skip to content

Commit 34cc61f

Browse files
committed
WiFi tests: Increase the timeout for ESP module
1 parent beef1d8 commit 34cc61f

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
@@ -185,7 +185,7 @@ Case cases[] = {
185185
};
186186

187187
status_t greentea_test_setup(const size_t number_of_cases) {
188-
GREENTEA_SETUP(60, "default_auto");
188+
GREENTEA_SETUP(90, "default_auto");
189189
return greentea_test_setup_handler(number_of_cases);
190190
}
191191

0 commit comments

Comments
 (0)