--- a/Project/ProjectInterfacesBrowser.py Mon Jul 08 21:47:26 2013 +0200 +++ b/Project/ProjectInterfacesBrowser.py Mon Jul 08 22:36:10 2013 +0200 @@ -504,7 +504,7 @@ self.noDialog = noDialog self.compileProc.start(self.omniidl, args) - procStarted = self.compileProc.waitForStarted() + procStarted = self.compileProc.waitForStarted(5000) if procStarted: self.compileRunning = True return self.compileProc