26 Oct
2009
26 Oct
'09
10:50 a.m.
Vipin TS wrote:
Thanks for your comment. Well, it is very hard to reduce the run time. I was wondering whether you can suggest a way to extend the waiting time for the test frame work, from the default time three and half minutes.
You'll need to increase the value of maxiter in the wait fuction in test/base/twilltestcase.py, line 835: def wait( self, maxiter=20 ): Every iteration increases the wait by 1 second. --nate