This commit is contained in:
Martino Ferrari
2026-06-24 01:39:15 +02:00
parent 11120bedca
commit c0f7e662be
76 changed files with 4368 additions and 210 deletions
+2 -2
View File
@@ -141,9 +141,9 @@ func TestStress_RapidSubscribeUnsubscribe(t *testing.T) {
}
const (
nSignals = 20
nSignals = 20
nGoroutines = 50
duration = 2 * time.Second
duration = 2 * time.Second
)
brk, cancel := newBrokerN(t, nSignals)