siddhi-io / siddhi-io-mqtt

Extension that allows to receive and publish events from/to mqtt broker.
Apache License 2.0
2 stars 35 forks source link

Fix Thread.sleep() in test cases #11

Closed HamsaV closed 7 years ago

HamsaV commented 7 years ago

Use SiddhiTestHelper.waitForEvents(sleepTime, expectedCount, actualCount, timeout) instead of Thread.sleep()