Skip to content

Commit 3a19065

Browse files
committed
Netsocket DNS test: increase timeout value
1 parent 284781a commit 3a19065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/dns/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static void net_bringup()
160160
// Test setup
161161
utest::v1::status_t test_setup(const size_t number_of_cases)
162162
{
163-
GREENTEA_SETUP(120, "default_auto");
163+
GREENTEA_SETUP(200, "default_auto");
164164
net_bringup();
165165
return verbose_test_setup_handler(number_of_cases);
166166
}

0 commit comments

Comments
 (0)