mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #2532
265afe1
DaemonManager: increase daemon start timeout to 120 seconds (xiphon)
This commit is contained in:
commit
1269f0a13a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue