Project/ProjectInterfacesBrowser.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2677
3d4277929fb3
parent 2771
281c9b30dd91
child 3057
10516539f238
--- 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

eric ide

mercurial