Skip to content
Commit 0e676ceb authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

autotests: Reduce execution time of testWaylandSeat

Currently the test spends a lot of time idling. This change speeds up
the test by removing QTest::qWait() calls.

The sync() helper was introduced to sync both client and server sides.
It lets us simplify some code and get rid of QTest::qWait()s.

With this change, the execution time will drop from 20s to about 300ms.
parent d86da339
Pipeline #383056 passed with stage
in 11 minutes and 11 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment