api: increase test delay to allow for test execution delay
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
1cf59fd2c0
commit
971af75bbe
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue