We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1295b9 + 3297445 commit 51680cbCopy full SHA for 51680cb
TESTS/netsocket/dns/asynchronous_dns_timeouts.cpp
@@ -65,7 +65,7 @@ void ASYNCHRONOUS_DNS_TIMEOUTS()
65
TEST_ASSERT(result_exp_timeout > 0);
66
67
// Give event queue time to finalise before destructors
68
- ThisThread::sleep_for(2000);
+ ThisThread::sleep_for(12000);
69
70
nsapi_dns_call_in_set(0);
71
}
TESTS/netsocket/dns/dns_tests.h
@@ -71,7 +71,7 @@ namespace dns_global {
#ifdef MBED_GREENTEA_TEST_DNSSOCKET_TIMEOUT_S
72
static const int TESTS_TIMEOUT = MBED_GREENTEA_TEST_DNSSOCKET_TIMEOUT_S;
73
#else
74
-static const int TESTS_TIMEOUT = 10 * 60;
+static const int TESTS_TIMEOUT = 14 * 60;
75
#endif
76
77
0 commit comments