Skip to content

Commit

Permalink
add wait.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Feb 16, 2024
1 parent 06b76ff commit ff2eaed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/e2e/test_messagev1.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ syncLoop:
streamsCh[i] = envC
}

// wait until all the listeners are up and ready.
time.Sleep(100 * time.Millisecond)

// Publish messages.
envs := []*messagev1.Envelope{}
for i, client := range clients {
Expand Down

0 comments on commit ff2eaed

Please sign in to comment.