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:
commit
1269f0a13a
@ -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 New Issue
Block a user