Increase default timeout
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
* @note sendMessage() will return false if invoked from the primary
|
||||
* instance.
|
||||
*/
|
||||
bool sendMessage( QByteArray message, int timeout = 100 );
|
||||
bool sendMessage( QByteArray message, int timeout = 1000 );
|
||||
|
||||
Q_SIGNALS:
|
||||
void instanceStarted();
|
||||
|
||||
@@ -114,7 +114,7 @@ public:
|
||||
* @note sendMessage() will return false if invoked from the primary
|
||||
* instance.
|
||||
*/
|
||||
bool sendMessage( QByteArray message, int timeout = 100 );
|
||||
bool sendMessage( QByteArray message, int timeout = 1000 );
|
||||
|
||||
Q_SIGNALS:
|
||||
void instanceStarted();
|
||||
|
||||
Reference in New Issue
Block a user