Increase the timeout for DNS tests as their number increased

pull/11601/head
Michal Paszta 2019-09-30 18:38:34 +03:00
parent d6b77da270
commit 3297445ac2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace dns_global {
#ifdef MBED_GREENTEA_TEST_DNSSOCKET_TIMEOUT_S
static const int TESTS_TIMEOUT = MBED_GREENTEA_TEST_DNSSOCKET_TIMEOUT_S;
#else
static const int TESTS_TIMEOUT = 10 * 60;
static const int TESTS_TIMEOUT = 14 * 60;
#endif
}