Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19856: tests/net/gcoap_fileserver: Fix failing nightlies r=benpicco a=MrKevinWeiss ### Contribution description This test has been failing inconsistently in the nightlies and sometimes on unrelated PRs. I was able to reproduce it with murdock and as soon as I added some print statements to the test it went away. Since the issue is something to do with a failure when comparing 2 files after a node sends a file I am guessing that the comparison comes occasionally too fast and the file is not ready. Maybe there is some more synchronization needed after a `ncput` but for now just adding a small sleep should prevent this issue. ### Testing procedure Run murdock multiple times or try to get it failing on a local setup then apply the PR... ### Issues/PRs references Co-authored-by: MrKevinWeiss <weiss.kevin604@gmail.com>
- Loading branch information