diff --git a/registry/memory/memory_test.go b/registry/memory/memory_test.go index 597beb38..dc83e4d3 100644 --- a/registry/memory/memory_test.go +++ b/registry/memory/memory_test.go @@ -194,7 +194,7 @@ func TestMemoryRegistryTTL(t *testing.T) { func TestMemoryRegistryTTLConcurrent(t *testing.T) { concurrency := 1000 - waitTime := ttlPruneTime * 2 + waitTime := ttlPruneTime * 4 m := NewRegistry() for _, v := range testData {