Merge pull request #9417 from jeromecoutant/PR_DNSTIMEOUT

Netsocket DNS test: increase timeout value
pull/9421/head
Martin Kojtal 2019-01-21 13:42:24 +01:00 committed by GitHub
commit 5c46faeb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ static void net_bringup()
// Test setup
utest::v1::status_t test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(120, "default_auto");
GREENTEA_SETUP(200, "default_auto");
net_bringup();
return verbose_test_setup_handler(number_of_cases);
}