mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Python: increase the amount of times we try to connect to ResInsight
This commit is contained in:
@@ -86,7 +86,7 @@ class Instance:
|
||||
versionOk = False
|
||||
|
||||
if launched:
|
||||
for i in range(0, 5):
|
||||
for i in range(0, 10):
|
||||
connectionOk, versionOk = self.checkVersion()
|
||||
if connectionOk:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user