aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
979 stars 630 forks source link

Increase TRANSPORT_SEND_RECV_TIMEOUT_MS to minimum 1000ms in tests and demos #1809

Closed johnrhen closed 2 years ago

johnrhen commented 2 years ago

Tests may encounter transient failures on slower network connections due to low timeouts. This PR reduces the likelihood of encountering transient connection issues by setting TRANSPORT_SEND_RECV_TIMEOUT_MS to a minimum of 1000ms in all tests and demos.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.