chore(acs): increase device response timeout

This commit is contained in:
leandrofars 2024-05-30 08:20:34 -03:00
parent 1ffa4a76d8
commit 289859624d

View File

@ -24,7 +24,7 @@ type msgAnswer struct {
Msg any
}
const DEVICE_ANSWER_TIMEOUT = 5 * time.Second
const DEVICE_ANSWER_TIMEOUT = 10 * time.Second
func NewBridge(
pub func(string, []byte) error,