No password authentication - it does not work!
[urpo] / src / urpoprocess.h
index 6a3d07a..01a3831 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <QObject>
 #include <QStringList>
+#include <QString>
 #include <QProcess>
 class UrpoConnection;
 
@@ -191,7 +192,7 @@ protected:
 
 private:
 
-    static int const DEFAULTTIMEOUT = 15000;
+    static int const DEFAULTTIMEOUT = 20000;
 
     void fail(UrpoError error);