Skip to content

Commit 42a4bd0

Browse files
Increase the timeout for DNS tests as their number increased
1 parent 34a54a8 commit 42a4bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/dns/dns_tests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace dns_global {
7171
#ifdef MBED_GREENTEA_TEST_DNSSOCKET_TIMEOUT_S
7272
static const int TESTS_TIMEOUT = MBED_GREENTEA_TEST_DNSSOCKET_TIMEOUT_S;
7373
#else
74-
static const int TESTS_TIMEOUT = 10 * 60;
74+
static const int TESTS_TIMEOUT = 14 * 60;
7575
#endif
7676
}
7777

0 commit comments

Comments
 (0)