1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00

firmata: try to stabilize tests

This commit is contained in:
Thomas Kohler 2024-11-05 10:19:34 +01:00
parent ab2cc0ffdf
commit c8b848f866

View File

@ -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