mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 07:26:03 -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
|
||||
{
|
||||
const int connectTimeOutMilliSecs = 5000;
|
||||
const int shortTimeOutMilliSecs = 5000;
|
||||
const int longTimeOutMilliSecs = 60000;
|
||||
const int connectTimeOutMilliSecs = 5000;
|
||||
const int shortTimeOutMilliSecs = 5000;
|
||||
const int longTimeOutMilliSecs = 6000000;
|
||||
|
||||
// Octave data structure : CaseInfo
|
||||
char caseInfo_CaseId[] = "CaseId";
|
||||
|
Loading…
Reference in New Issue
Block a user