Added more detailed timeout for data transfer between ResInsight and Octave

p4#: 22148
This commit is contained in:
Magne Sjaastad
2013-08-12 11:38:09 +02:00
parent 494a5857dd
commit 8c128aeb6e
19 changed files with 55 additions and 82 deletions

View File

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