Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Oct 30, 2023
1 parent b3534ae commit c332c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ func TestServer_PublishAtAndPrune(t *testing.T) {
messages := toMessages(t, response.Body.String())
require.Equal(t, 1, len(messages)) // Not affected by pruning
require.Equal(t, "a message", messages[0].Message)

time.Sleep(time.Second) // FIXME CI failing not sure why
}

func TestServer_PublishAndMultiPoll(t *testing.T) {
Expand Down

0 comments on commit c332c13

Please sign in to comment.