ScreenPoolTest: speed up test
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