Salome HOME
0022821: EDF 9434 PARAVIS: Problem with plugins loading when starting a Nth session...
[modules/paravis.git] / 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):