diff --git a/src/shared/trk/launcher.cpp b/src/shared/trk/launcher.cpp
index a554269f0ef429fa47a90b8ad2e0ed6a16fd4f2d..b9b5f04a1595422431992b1cbc5ebf440cebcc8c 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));