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

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

Fix shadow integration test #1825

Closed jasonpcarroll closed 1 year ago

jasonpcarroll commented 1 year ago

Issue #, if available: Shadow integration test failing.

Description of changes: Using the wait for packet ack logic does not work for the shadow integration test as it hinges on the process loop receiving incoming publishes. Thus, instances of wait for packet ack have been replaced with processLoopWithTimeout.

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