Increase timeout a bit (WLAN experience)

This commit is contained in:
Klaus Basan
2017-04-20 02:29:12 +02:00
parent 7bc731d548
commit 65f4d1f9e2
4 changed files with 435 additions and 297 deletions

View File

@@ -47,7 +47,7 @@ namespace BlackMisc
{
int CNetworkUtils::getTimeoutMs()
{
return 2000;
return 3000;
}
bool CNetworkUtils::canPing(const QString &hostAddress)
@@ -341,4 +341,4 @@ namespace BlackMisc
return phpError.remove(regEx);
}
} // namespace
} // namespacee
} // namespace