From 0d700b1b1da3f2303ede5f58fce1a91215343e2e Mon Sep 17 00:00:00 2001 From: Thomas Kohler Date: Tue, 5 Nov 2024 10:25:52 +0100 Subject: [PATCH] firmata: try to stabilize tests (#1097) --- platforms/firmata/client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/firmata/client/client_test.go b/platforms/firmata/client/client_test.go index c903b637..27ecafe9 100644 --- a/platforms/firmata/client/client_test.go +++ b/platforms/firmata/client/client_test.go @@ -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