diff --git a/waku/stress_test.go b/waku/stress_test.go index b06a059..c898a34 100644 --- a/waku/stress_test.go +++ b/waku/stress_test.go @@ -157,7 +157,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) { Debug("Memory usage BEFORE sending => HeapAlloc: %d KB, RSS: %d KB", startHeapKB, startRSSKB) - totalMessages := 5000 + totalMessages := 1000 pubsubTopic := DefaultPubsubTopic for i := 0; i < totalMessages; i++ {