api: increase test delay to allow for test execution delay

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-05-03 11:12:20 +02:00
parent 1cf59fd2c0
commit 971af75bbe
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ func TestRobotDeviceEvent(t *testing.T) {
}()
done := false
timer := time.NewTimer(time.Millisecond * 20)
timer := time.NewTimer(time.Millisecond * 50)
for !done {
select {