Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: settings: delay after connection for log flush
When registering settings during the HIL test, we get a flood of log messages. On some platforms this can overwhelm the log buffer and lead to dropped messages. If one of those dropped messages is the connection message that the test scripts wait for, the test will fail. Adding a small delay between the connection to Golioth and registering the settings will give time for the log buffer to flush, ensuring the test script receives the connection message, and increasing the stability of the test. Signed-off-by: Sam Friedman <[email protected]>
- Loading branch information