Octave: Set timeout for communication with ResInsight to 6000 sec

This commit is contained in:
Magne Sjaastad 2013-10-01 11:39:46 +02:00
parent a8f9851896
commit 43e51b9994

View File

@ -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";