From 5f502c141ac1a016f72841055c1045435b088feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 18 Dec 2015 16:40:52 +0100 Subject: [PATCH] [autotests/wayland] Disable KActivities in the tests Makes our tests time out, we're too fast in shutting down. --- autotests/wayland/kwin_wayland_test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autotests/wayland/kwin_wayland_test.cpp b/autotests/wayland/kwin_wayland_test.cpp index 566b234bfd..76b1b9a866 100644 --- a/autotests/wayland/kwin_wayland_test.cpp +++ b/autotests/wayland/kwin_wayland_test.cpp @@ -43,6 +43,9 @@ static void readDisplay(int pipe); WaylandTestApplication::WaylandTestApplication(int &argc, char **argv) : Application(OperationModeXwayland, argc, argv) { +#ifdef KWIN_BUILD_ACTIVITIES + setUseKActivities(false); +#endif qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q")); WaylandServer *server = WaylandServer::create(this); QPluginLoader loader(QStringLiteral(KWINBACKENDPATH));