Skip to content

Commit

Permalink
Speeding up RuntimeVisualizationsTest by one minute (#10891)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach authored Aug 24, 2024
1 parent b6f0675 commit e9d3f59
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4166,7 +4166,8 @@ class RuntimeVisualizationsTest extends AnyFlatSpec with Matchers {
)
)
val attachVisualizationResponses =
context.receiveNIgnoreExpressionUpdates(3)
context.receiveNIgnoreExpressionUpdates(2)
attachVisualizationResponses.size should be(2)
attachVisualizationResponses should contain(
Api.Response(requestId, Api.VisualizationAttached())
)
Expand Down

0 comments on commit e9d3f59

Please sign in to comment.