diff -r fd5ee85f0450 -r 281c9b30dd91 Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py --- a/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Fri Jul 05 19:39:15 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Sat Jul 06 15:48:58 2013 +0200 @@ -239,7 +239,7 @@ self.process.setWorkingDirectory(repodir) self.process.start('hg', args) - procStarted = self.process.waitForStarted() + procStarted = self.process.waitForStarted(5000) if not procStarted: self.inputGroup.setEnabled(False) self.inputGroup.hide()