Skip to content

Commit

Permalink
test: increase timeout for api test to 20ms
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jan 26, 2017
1 parent a40a857 commit f8accc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func TestRobotDeviceEvent(t *testing.T) {
}()

done := false
timer := time.NewTimer(time.Millisecond * 10)
timer := time.NewTimer(time.Millisecond * 20)

for !done {
select {
Expand Down

0 comments on commit f8accc0

Please sign in to comment.