Skip to content

CaptionUiElements takes too long and doesn't use parallelization correctly. #1

@sfetzel

Description

@sfetzel

Fix for unit test TestCaptionUiElements_ShouldNotExceedTimeLimit in CaptionViewModelTest needed.

Expected behavior:
The method CaptionViewModel.CaptionUiElements() should under no circumstances take longer than 100ms (specified in property CaptionViewModel.CaptionTimeLimit).
(In addition: once the user pressed any key, the captioned elements must not change anymore.)

Actual behavior:
The method takes too long and does not execute all the tasks, which could be executed within the time limit.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions