Project/ProjectFormsBrowser.py

changeset 2771
281c9b30dd91
parent 2740
647426d44f04
child 2776
43b8060a4b44
--- a/Project/ProjectFormsBrowser.py	Fri Jul 05 19:39:15 2013 +0200
+++ b/Project/ProjectFormsBrowser.py	Sat Jul 06 15:48:58 2013 +0200
@@ -738,7 +738,7 @@
         
         self.noDialog = noDialog
         self.compileProc.start(uic, args)
-        procStarted = self.compileProc.waitForStarted()
+        procStarted = self.compileProc.waitForStarted(5000)
         if procStarted:
             self.compileRunning = True
             e5App().getObject("ViewManager").enableEditorsCheckFocusIn(False)

eric ide

mercurial