Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
  • Loading branch information
piotrpio committed May 23, 2023
1 parent 8bd1b9f commit 65f7ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jetstream/test/pull_test.go
Expand Up @@ -229,6 +229,7 @@ func TestPullConsumerFetch(t *testing.T) {
if err != nil {
t.Fatalf("Unexpected error: %v", err)
}
time.Sleep(100 * time.Millisecond)
publishTestMsgs(t, nc)

msg := <-msgs.Messages()
Expand Down

0 comments on commit 65f7ff7

Please sign in to comment.