Skip to content

Expected a completion event, but didn't received it #1057

Answered by cescoffier
softshipper asked this question in Q&A
Discussion options

You must be logged in to vote

assertCompletion verifies that you already received the completion event. In your case, it's not the case, it's still in process. Use awaitItem instead. It awaits for the emission of the item. The default timeout is 10s, which should be enough.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@softshipper
Comment options

@cescoffier
Comment options

@jponge
Comment options

@jponge
Comment options

@softshipper
Comment options

Answer selected by softshipper
Comment options

You must be logged in to vote
1 reply
@softshipper
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants