Skip to content

Commit

Permalink
Increase eventually timeout when waiting for queue to be killed (#9955
Browse files Browse the repository at this point in the history
)

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
fabiotudone-da authored Jun 10, 2021
1 parent ca0fb16 commit b7fd833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class BatchingQueueSpec
res <- queue.offer(correlatedSubmission)
} yield {
res should be(SubmissionResult.Acknowledged)
eventually {
eventually(Timeout(1.second)) {
queue.state should be(RunningBatchingQueueState.Failed)
}
}
Expand Down

0 comments on commit b7fd833

Please sign in to comment.