From 0371ad8ab090b4a2e88c10053a9e843f0f33e50f Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 12 Mar 2020 15:30:46 +0100 Subject: Increase the connection timeout of QtRo backends to 6000 miliseconds Task-number: AUTOSUITE-1515 Change-Id: Ia2df5f7c94dfdf8aef9f82eecd002fcb938fbca1 Reviewed-by: Robert Griebl --- src/tools/ivigenerator/templates_backend_qtro/backend.cpp.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/ivigenerator') diff --git a/src/tools/ivigenerator/templates_backend_qtro/backend.cpp.tpl b/src/tools/ivigenerator/templates_backend_qtro/backend.cpp.tpl index 39c2bea..38ab03b 100644 --- a/src/tools/ivigenerator/templates_backend_qtro/backend.cpp.tpl +++ b/src/tools/ivigenerator/templates_backend_qtro/backend.cpp.tpl @@ -174,7 +174,7 @@ void {{class}}::initialize() } {% endif %} - QTimer::singleShot(3000, this, [this](){ + QTimer::singleShot(6000, this, [this](){ if(!m_replica->isInitialized()) qCCritical(qLcRO{{interface}}) << "{{interface.qualified_name}} wasn't initialized within the timeout period. Please make sure the server is running."; }); -- cgit v1.2.3