We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2cc0f commit 0d700b1Copy full SHA for 0d700b1
platforms/firmata/client/client_test.go
@@ -11,7 +11,7 @@ import (
11
"github.com/stretchr/testify/require"
12
)
13
14
-const semPublishWait = 20 * time.Millisecond
+const semPublishWait = 30 * time.Millisecond
15
16
type readWriteCloser struct {
17
id string
0 commit comments