Skip to content

Commit

Permalink
add sleep for standalone and distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsinhaparseable committed Jan 14, 2025
1 parent 8e7b641 commit c78bab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ func TestSmokeIngestEventsToStream(t *testing.T) {
RunFlog(t, NewGlob.QueryClient, NewGlob.Stream)
} else {
RunFlog(t, NewGlob.IngestorClient, NewGlob.Stream)
// Calling Sleep method
time.Sleep(60 * time.Second)
}
// Calling Sleep method
time.Sleep(60 * time.Second)

QueryLogStreamCount(t, NewGlob.QueryClient, NewGlob.Stream, 50)
AssertStreamSchema(t, NewGlob.QueryClient, NewGlob.Stream, FlogJsonSchema)
Expand Down

0 comments on commit c78bab2

Please sign in to comment.