Salome HOME
0022821: EDF 9434 PARAVIS: Problem with plugins loading when starting a Nth session...
authorvsr <vsr@opencascade.com>
Thu, 11 Dec 2014 07:37:23 +0000 (10:37 +0300)
committervsr <vsr@opencascade.com>
Thu, 11 Dec 2014 07:37:23 +0000 (10:37 +0300)
Increase number of tries to run pvserver from 10 to 1000

src/ENGINE/no_wrap/PVSERVER.py

index c628199913b460ffe599a2638bda5c2a7b737919..90b7cd5b980fa2c9ba13e4ab5733dfb4dd76a7ec 100644 (file)
@@ -42,7 +42,7 @@ class PVSERVER_Impl:
     """ The core implementation (non CORBA, or Study related).
         See the IDL for the documentation.
     """
-    MAX_PVSERVER_PORT_TRIES = 10
+    MAX_PVSERVER_PORT_TRIES = 1000
     PVSERVER_DEFAULT_PORT = 11111
     
     def __init__(self):