hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.81k stars 1.04k forks source link

test: try to stabilize eventer tests #1066

Closed gen2thomas closed 4 months ago

gen2thomas commented 4 months ago

Solved issues and/or description of the change

"TestEventerOn" fails sporadically. This change try to stabilize by adding a wait before the event will be fired. Additionally all "t.Errorf" usages are replaced by "require.Fail".

Checklist