mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-18 00:43:48 +02:00
increase timeout... nymea has 30 secs
This commit is contained in:
parent
f86b710c0f
commit
fb4e7d259f
@ -98,7 +98,7 @@ DeviceManager::DeviceError DevicePluginNetworkDetector::discoverDevices(const De
|
||||
return DeviceManager::DeviceErrorDeviceInUse;
|
||||
}
|
||||
|
||||
m_discovery->discoverHosts(14);
|
||||
m_discovery->discoverHosts(25);
|
||||
|
||||
return DeviceManager::DeviceErrorAsync;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user