Skip to content

Commit

Permalink
Sleep for a second to allow time for the traces to be indexed when us…
Browse files Browse the repository at this point in the history
…ing es7.

Signed-off-by: JaeguKim <[email protected]>
  • Loading branch information
JaeguKim committed Apr 19, 2024
1 parent 8c06291 commit a44ccc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/storage/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a44ccc9

Please sign in to comment.