Skip to content

Commit b101713

Browse files
committed
set timeout to 5s and max retries to 3
1 parent 81b7c9b commit b101713

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

variants/EDGE_CONTROL/conf/mbed_app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"cellular.at-handler-buffer-size": 1024,
2121
"mbed-trace.enable": true,
2222
"target.mbed_app_start": "0x10000",
23-
"nsapi.dns-response-wait-time": 2000
23+
"nsapi.dns-response-wait-time": 5000,
24+
"nsapi.dns-total-attempts": 3
2425
},
2526
"EDGE_CONTROL": {
2627
"sd.SPI_MOSI": "P0_20",

variants/GIGA/conf/mbed_app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"rtos.main-thread-stack-size": 32768,
1212
"cordio.max-connections": 5,
1313
"target.mbed_app_start": "0x8040000",
14-
"nsapi.dns-response-wait-time": 2000,
14+
"nsapi.dns-response-wait-time": 5000,
15+
"nsapi.dns-total-attempts": 3,
1516
"target.macros_add": [
1617
"METAL_INTERNAL",
1718
"VIRTIO_DRIVER_ONLY",

variants/NICLA_VISION/conf/mbed_app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"rtos.main-thread-stack-size": 32768,
1313
"cordio.max-connections": 5,
1414
"target.mbed_app_start": "0x8040000",
15-
"nsapi.dns-response-wait-time": 2000,
15+
"nsapi.dns-response-wait-time": 5000,
16+
"nsapi.dns-total-attempts": 3,
1617
"target.macros_add": [
1718
"METAL_INTERNAL",
1819
"VIRTIO_DRIVER_ONLY",

variants/OPTA/conf/mbed_app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"rtos.main-thread-stack-size": 32768,
1212
"cordio.max-connections": 5,
1313
"target.mbed_app_start": "0x8040000",
14-
"nsapi.dns-response-wait-time": 2000,
14+
"nsapi.dns-response-wait-time": 5000,
15+
"nsapi.dns-total-attempts": 3,
1516
"target.macros_add": [
1617
"METAL_INTERNAL",
1718
"VIRTIO_DRIVER_ONLY",

variants/PORTENTA_H7_M7/conf/mbed_app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"cellular.offload-dns-queries": true,
1515
"cellular.at-handler-buffer-size": 512,
1616
"mbed-trace.enable": true,
17-
"nsapi.dns-response-wait-time": 2000,
17+
"nsapi.dns-response-wait-time": 5000,
18+
"nsapi.dns-total-attempts": 3,
1819
"target.mbed_app_start": "0x8040000",
1920
"target.macros_add": [
2021
"BT_UART_NO_3M_SUPPORT",

0 commit comments

Comments
 (0)