File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
defender/defender_demo_json
mqtt_demo_subscription_manager Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 167167/**
168168 * @brief Timeout in milliseconds for transport send and receive.
169169 */
170- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 100 )
170+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000 )
171171
172172/**
173173 * @brief The MQTT metrics string expected by AWS IoT MQTT Broker.
Original file line number Diff line number Diff line change 183183/**
184184 * @brief Transport timeout in milliseconds for transport send and receive.
185185 */
186- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500 )
186+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000 )
187187
188188/*-----------------------------------------------------------*/
189189
Original file line number Diff line number Diff line change 166166/**
167167 * @brief Transport timeout in milliseconds for transport send and receive.
168168 */
169- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500 )
169+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000 )
170170
171171/*-----------------------------------------------------------*/
172172
Original file line number Diff line number Diff line change 124124/**
125125 * @brief Socket layer transportTimeout in milliseconds.
126126 */
127- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500U )
127+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000U )
128128
129129/**
130130 * @brief Number of time network receive will be attempted
Original file line number Diff line number Diff line change 233233/**
234234 * @brief Transport timeout in milliseconds for transport send and receive.
235235 */
236- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500 )
236+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000 )
237237
238238/*-----------------------------------------------------------*/
239239
Original file line number Diff line number Diff line change 124124/**
125125 * @brief Transport timeout in milliseconds for transport send and receive.
126126 */
127- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500U )
127+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000U )
128128
129129/**
130130 * @brief Timeout for receiving CONNACK packet in milli seconds.
Original file line number Diff line number Diff line change 115115/**
116116 * @brief Transport timeout in milliseconds for transport send and receive.
117117 */
118- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500U )
118+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000U )
119119
120120/**
121121 * @brief Timeout for receiving CONNACK packet in milli seconds.
Original file line number Diff line number Diff line change 167167/**
168168 * @brief Transport timeout in milliseconds for transport send and receive.
169169 */
170- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 500 )
170+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000 )
171171
172172/**
173173 * @brief The MQTT metrics string expected by AWS IoT.
Original file line number Diff line number Diff line change 191191/**
192192 * @brief Transport timeout in milliseconds for transport send and receive.
193193 */
194- #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 200U )
194+ #define TRANSPORT_SEND_RECV_TIMEOUT_MS ( 1000U )
195195
196196/**
197197 * @brief Timeout for receiving CONNACK packet in milli seconds.
210210 * PUBLISH message and ack responses for QoS 1 and QoS 2 communications
211211 * with the broker.
212212 */
213- #define MQTT_PROCESS_LOOP_TIMEOUT_MS ( 700U )
213+ #define MQTT_PROCESS_LOOP_TIMEOUT_MS ( 1000U )
214214
215215/**
216216 * @brief The MQTT message published in this example.
You can’t perform that action at this time.
0 commit comments