k3po / k3po

"I am fluent in over 6 million forms of communication!"
Apache License 2.0
48 stars 34 forks source link

Remove Thread.sleeps in RobotServerIT #149

Open dpwspoon opened 9 years ago

dpwspoon commented 9 years ago

These are likely the cause of failures on resource limited environments and TravisCI.

Link to failure

dpwspoon commented 9 years ago

It looks like the tests in question require some form of synchronization between the connect in the scripts and the return of the started command on the control protocol. Currently the started response from a start command simply states that the connects will fire, not that they have fired.