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 timeout in FP demo #1784

Closed johnrhen closed 2 years ago

johnrhen commented 2 years ago

This PR increases the transport timeout in the Fleet Provisioning demo from 100ms to 1000ms. This avoids failures on networks with higher ping.

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