Netsocket DNS test: increase timeout value

pull/9417/head
jeromecoutant 2019-01-17 17:32:13 +01:00
parent 284781a565
commit 3a190656fa
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ static void net_bringup()
// Test setup // Test setup
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(200, "default_auto");
net_bringup(); net_bringup();
return verbose_test_setup_handler(number_of_cases); return verbose_test_setup_handler(number_of_cases);
} }