Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed May 23, 2024
1 parent 4de5550 commit 4e15dd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func waitForMessage(t *testing.T, uuid string, messageSubstring string) {
case <-ticker.C:
case <-ctx.Done():
t.Errorf("timeout waiting for message: %s", messageSubstring)
return
}
}
}
Expand Down

0 comments on commit 4e15dd3

Please sign in to comment.