mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added more detailed timeout for data transfer between ResInsight and Octave
p4#: 22148
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
|
||||
namespace riOctavePlugin
|
||||
{
|
||||
const int timeOutMilliSecs = 5000;
|
||||
const int connectTimeOutMilliSecs = 5000;
|
||||
const int shortTimeOutMilliSecs = 5000;
|
||||
const int longTimeOutMilliSecs = 6 * shortTimeOutMilliSecs;
|
||||
|
||||
// Octave data structure : CaseInfo
|
||||
char caseInfo_CaseId[] = "CaseId";
|
||||
|
||||
Reference in New Issue
Block a user