GODT-1929: changed gRPC wait timeout.

This commit is contained in:
Xavier Michelon
2022-10-06 17:16:59 +02:00
committed by Romain LE JEUNE
parent 77b9cab07b
commit 2f7ce565f0
2 changed files with 5 additions and 4 deletions

View File

@ -41,7 +41,7 @@ namespace
QString const bridgeLock = "bridge-gui.lock"; ///< file name used for the lock file.
QString const exeName = "bridge" + exeSuffix; ///< The bridge executable file name.*
qint64 const grpcServiceConfigWaitDelayMs = 60000; ///< The wait delay for the gRPC config file in milliseconds.
qint64 const grpcServiceConfigWaitDelayMs = 180000; ///< The wait delay for the gRPC config file in milliseconds.
}