S60: Increase timeout for TRK prompt.

Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
Friedemann Kleint
2009-10-30 14:00:08 +01:00
parent 80a6ccc8a8
commit 3a64a10357

View File

@@ -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));