From 3a64a1035759efcc260f13ebe467d41da39f028b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Fri, 30 Oct 2009 14:00:08 +0100 Subject: [PATCH] S60: Increase timeout for TRK prompt. Reviewed-by: Robert Loehning <robert.loehning@nokia.com> --- src/shared/trk/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/trk/launcher.cpp b/src/shared/trk/launcher.cpp index a554269f0ef..b9b5f04a159 100644 --- a/src/shared/trk/launcher.cpp +++ b/src/shared/trk/launcher.cpp @@ -201,7 +201,7 @@ bool Launcher::startServer(QString *errorMessage) } setState(Connecting); // Set up the temporary 'waiting' state if we do not get immediate connection - QTimer::singleShot(200, this, SLOT(slotWaitingForTrk())); + QTimer::singleShot(1000, this, SLOT(slotWaitingForTrk())); d->m_device->sendTrkInitialPing(); d->m_device->sendTrkMessage(TrkDisconnect); // Disconnect, as trk might be still connected d->m_device->sendTrkMessage(TrkSupported, TrkCallback(this, &Launcher::handleSupportMask)); -- GitLab