summaryrefslogtreecommitdiffstats
path: root/tests/auto/restart/client/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/restart/client/main.cpp')
-rw-r--r--tests/auto/restart/client/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/restart/client/main.cpp b/tests/auto/restart/client/main.cpp
index c520131..b4a30a9 100644
--- a/tests/auto/restart/client/main.cpp
+++ b/tests/auto/restart/client/main.cpp
@@ -78,7 +78,7 @@ private Q_SLOTS:
QVERIFY(reply.waitForFinished());
QSignalSpy advanceSpy(m_rep.data(), SIGNAL(advance()));
- QVERIFY(advanceSpy.wait());
+ QVERIFY(advanceSpy.wait(15000));
if (objectMode == QLatin1String("ObjectPointer")) {
QVERIFY(m_rep->subClass() != nullptr);
QCOMPARE(m_rep->subClass()->myPOD(), initialValue);