mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Octave: Set timeout for communication with ResInsight to 6000 sec
This commit is contained in:
parent
a8f9851896
commit
43e51b9994
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
namespace riOctavePlugin
|
namespace riOctavePlugin
|
||||||
{
|
{
|
||||||
const int connectTimeOutMilliSecs = 5000;
|
const int connectTimeOutMilliSecs = 5000;
|
||||||
const int shortTimeOutMilliSecs = 5000;
|
const int shortTimeOutMilliSecs = 5000;
|
||||||
const int longTimeOutMilliSecs = 60000;
|
const int longTimeOutMilliSecs = 6000000;
|
||||||
|
|
||||||
// Octave data structure : CaseInfo
|
// Octave data structure : CaseInfo
|
||||||
char caseInfo_CaseId[] = "CaseId";
|
char caseInfo_CaseId[] = "CaseId";
|
||||||
|
Loading…
Reference in New Issue
Block a user