Plugins/VcsPlugins/vcsMercurial/HgClient.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2771
281c9b30dd91
child 2847
1843ef6e2656
diff -r 6686a3326df8 -r a9577f248f04 Plugins/VcsPlugins/vcsMercurial/HgClient.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgClient.py	Mon Jul 08 21:47:26 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgClient.py	Mon Jul 08 22:36:10 2013 +0200
@@ -85,7 +85,7 @@
             self.__server.setProcessEnvironment(env)
         
         self.__server.start('hg', self.__serverArgs)
-        serverStarted = self.__server.waitForStarted()
+        serverStarted = self.__server.waitForStarted(5000)
         if not serverStarted:
             return False, self.trUtf8(
                     'The process {0} could not be started. '

eric ide

mercurial