mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use timeout period of 60 sec as timeout for large data transfer operations
p4#: 22182
This commit is contained in:
parent
b18e3274be
commit
178dd88aa0
@ -22,7 +22,7 @@ namespace riOctavePlugin
|
||||
{
|
||||
const int connectTimeOutMilliSecs = 5000;
|
||||
const int shortTimeOutMilliSecs = 5000;
|
||||
const int longTimeOutMilliSecs = 6 * shortTimeOutMilliSecs;
|
||||
const int longTimeOutMilliSecs = 60000;
|
||||
|
||||
// Octave data structure : CaseInfo
|
||||
char caseInfo_CaseId[] = "CaseId";
|
||||
|
Loading…
Reference in New Issue
Block a user