From 6a18aecb8fc465064bf491c1a67572aea06551e8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 4 Dec 2018 15:36:36 +0100 Subject: Increase LDAP timeout to 8 secs --- src/namereplace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/namereplace.cpp b/src/namereplace.cpp index 0e203f3..c2c36a8 100644 --- a/src/namereplace.cpp +++ b/src/namereplace.cpp @@ -70,7 +70,7 @@ void NameReplace::replace(QString& input) } QProcess getCaps; getCaps.start(LOOKUP_PROCESS, QStringList(input)); - getCaps.waitForFinished(100); + getCaps.waitForFinished(8000); QString output = QString::fromLocal8Bit(getCaps.readAllStandardOutput()); int idx = output.indexOf('\n'); if (idx != -1) { -- cgit v1.2.3-55-g7522