firmata: try to stabilize tests (#1097)
This commit is contained in:
parent
ab2cc0ffdf
commit
0d700b1b1d
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
const semPublishWait = 20 * time.Millisecond
|
||||
const semPublishWait = 30 * time.Millisecond
|
||||
|
||||
type readWriteCloser struct {
|
||||
id string
|
||||
|
|
Loading…
Reference in New Issue