Skip to content

Commit

Permalink
Back to 200 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkadolph committed Mar 26, 2013
1 parent c77a360 commit a3400dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion door.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (d *Door) Open(ifk *phidgets.InterfaceKit) error {
return err
}

time.Sleep(20 * time.Millisecond)
time.Sleep(200 * time.Millisecond)

return ifk.Outputs[*d.Lock].SetState(false)
}
Expand Down

0 comments on commit a3400dc

Please sign in to comment.