chore(acs): increase device response timeout
This commit is contained in:
parent
1ffa4a76d8
commit
289859624d
|
|
@ -24,7 +24,7 @@ type msgAnswer struct {
|
||||||
Msg any
|
Msg any
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEVICE_ANSWER_TIMEOUT = 5 * time.Second
|
const DEVICE_ANSWER_TIMEOUT = 10 * time.Second
|
||||||
|
|
||||||
func NewBridge(
|
func NewBridge(
|
||||||
pub func(string, []byte) error,
|
pub func(string, []byte) error,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user