mailr16415 - /branches/uf_redesign/gui/uf_objects.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 23, 2012 - 17:50:
Author: bugman
Date: Wed May 23 17:50:54 2012
New Revision: 16415

URL: http://svn.gna.org/viewcvs/relax?rev=16415&view=rev
Log:
Removed a time.sleep() call which slows down the GUI tests by a significant 
amount.

This adds 0.5 seconds per user function which display info.  For example this 
is 8 seconds for just
the Bmrb GUI tests!  This delay is not necessary, so has been eliminated.


Modified:
    branches/uf_redesign/gui/uf_objects.py

Modified: branches/uf_redesign/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/uf_objects.py?rev=16415&r1=16414&r2=16415&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Wed May 23 17:50:54 2012
@@ -670,9 +670,6 @@
             # Go to the last line.
             app.gui.controller.log_panel.on_goto_end(None)
 
-            # Wait a little while.
-            sleep(0.5)
-
         # Execute the user function.
         self.execute(self.name, **kargs)
 




Related Messages


Powered by MHonArc, Updated Wed May 23 18:20:02 2012