Increase default timeout

This commit is contained in:
Jonas Kvinge 2019-05-20 18:40:34 +02:00
parent 8576afe6f5
commit 67d070c334
2 changed files with 2 additions and 2 deletions

View File

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

View File

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