1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-29 23:26:24 +01:00

Merge pull request #2532

265afe1 DaemonManager: increase daemon start timeout to 120 seconds (xiphon)
This commit is contained in:
luigi1111 2019-12-03 22:30:22 -06:00
commit 1269f0a13a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -43,7 +43,7 @@
#include <QMap>
namespace {
static const int DAEMON_START_TIMEOUT_SECONDS = 60;
static const int DAEMON_START_TIMEOUT_SECONDS = 120;
}
DaemonManager * DaemonManager::m_instance = nullptr;