From a44ccc9ddf1fa0782ed92e84cf52235f20409d94 Mon Sep 17 00:00:00 2001 From: JaeguKim Date: Fri, 19 Apr 2024 23:15:44 +0900 Subject: [PATCH] Sleep for a second to allow time for the traces to be indexed when using es7. Signed-off-by: JaeguKim --- plugin/storage/integration/integration.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/storage/integration/integration.go b/plugin/storage/integration/integration.go index 211a2e4e963..490d39850df 100644 --- a/plugin/storage/integration/integration.go +++ b/plugin/storage/integration/integration.go @@ -299,6 +299,7 @@ func (s *StorageIntegration) testFindTraces(t *testing.T) { } expectedTracesPerTestCase = append(expectedTracesPerTestCase, expected) } + time.Sleep(time.Second) for i, queryTestCase := range s.Fixtures { t.Run(queryTestCase.Caption, func(t *testing.T) { s.skipIfNeeded(t)