Skip to content

Commit 0d700b1

Browse files
authored
firmata: try to stabilize tests (hybridgroup#1097)
1 parent ab2cc0f commit 0d700b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/firmata/client/client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/stretchr/testify/require"
1212
)
1313

14-
const semPublishWait = 20 * time.Millisecond
14+
const semPublishWait = 30 * time.Millisecond
1515

1616
type readWriteCloser struct {
1717
id string

0 commit comments

Comments
 (0)