Skip to content

Commit

Permalink
firmata: try to stabilize tests (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2thomas authored Nov 5, 2024
1 parent ab2cc0f commit 0d700b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/firmata/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d700b1

Please sign in to comment.