Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Adapt FetchPublishedMessage for more tries
With a running TP adding zeromq publishing messages for each TP it appears that we have to look through more than the last 100 messages after a test to find the requested. - split logic into two parts: either read out upto 10000 existing messages or wait up to 10 seconds (100 trys with 100 ms sleep) if no message is available
- Loading branch information