Changed search to retry automatically couple of times before failing.
[jenirok] / src / common / connectionmanager.cpp
index f7b0f32..baa6e2d 100644 (file)
@@ -429,10 +429,10 @@ bool ConnectionManager::waitSignal(bool* ready)
 
     killTimer(timer_);
 
 
     killTimer(timer_);
 
-    if(timeout_)
+    /*if(timeout_)
     {
         qDebug() << "Connection request timed out";
     {
         qDebug() << "Connection request timed out";
-    }
+    }*/
 
     return *ready || !timeout_;
 }
 
     return *ready || !timeout_;
 }