diff --git a/autotests/integration/shell_client_test.cpp b/autotests/integration/shell_client_test.cpp --- a/autotests/integration/shell_client_test.cpp +++ b/autotests/integration/shell_client_test.cpp @@ -938,7 +938,7 @@ QCOMPARE(c->clientSize(), screens()->size(0)); QVERIFY(c->isDecorated()); QEXPECT_FAIL("", "BUG 366632", Continue); - QVERIFY(sizeChangeRequestedSpy.wait()); + QVERIFY(sizeChangeRequestedSpy.wait(10)); } void TestShellClient::testHidden_data()