From 2a6e9f3c11d9bce3c757e47781d07448f9ec03ee Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Mon, 11 Nov 2019 16:13:03 +0300 Subject: [PATCH] * minor --- stats/stats_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/stats/stats_test.go b/stats/stats_test.go index f540e7cb..0c7c4bb5 100644 --- a/stats/stats_test.go +++ b/stats/stats_test.go @@ -6,7 +6,6 @@ import ( "os" "sync/atomic" "testing" - "time" "github.com/stretchr/testify/assert" ) @@ -105,7 +104,6 @@ func TestLargeNumbers(t *testing.T) { for h := 0; h != 12; h++ { if h != 0 { atomic.AddInt32(&hour, 1) - time.Sleep(1500 * time.Millisecond) } for i := 0; i != n; i++ { e.Domain = fmt.Sprintf("domain%d", i)