Skip to content

ScreenPoolTest: speed up test

Méven Car requested to merge work/meven/screenpool-speed into master

Original commit message(s)

  • ScreenPoolTest: speed up test

Waiting on both QGuiApplication::screenAdded and screenOrderChanged is redundant, as the first one triggers the second.

The second wait will reach its timeout necessarly. It is sufficient to assert the number of signal emitted is as expected.

Reason for the change

Save 5+seconds for the concerned test.

Edited by Méven Car

Merge request reports