Project/ProjectInterfacesBrowser.py

changeset 2771
281c9b30dd91
parent 2540
f346433ea963
child 2791
a9577f248f04
child 2995
63d874899b8b
--- a/Project/ProjectInterfacesBrowser.py	Fri Jul 05 19:39:15 2013 +0200
+++ b/Project/ProjectInterfacesBrowser.py	Sat Jul 06 15:48:58 2013 +0200
@@ -498,7 +498,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