Skip to content

Commit

Permalink
Merge pull request #10910 from kivaisan/increase_dns_response_wait_time
Browse files Browse the repository at this point in the history
Increase dns-response-wait-time
  • Loading branch information
0xc0170 authored Jul 1, 2019
2 parents 60d047c + df1d36e commit 193ba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/netsocket/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dns-response-wait-time": {
"help": "How long the DNS translator waits for a reply from a server in milliseconds",
"value": 5000
"value": 10000
},
"dns-total-attempts": {
"help": "Number of total DNS query attempts that the DNS translator makes",
Expand Down

0 comments on commit 193ba0f

Please sign in to comment.