~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/launchpad.py

  • Committer: Curtis Hovey
  • Date: 2011-05-27 19:53:20 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527195320-hpp9gn2dgg3ubalz
Move ILaunchpadCelebrity to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
759
759
        if soft_timeout == 0:
760
760
            return 'No soft timeout threshold is set.'
761
761
 
762
 
        time.sleep(soft_timeout/1000.0)
 
762
        time.sleep(soft_timeout / 1000.0)
763
763
        time_to_generate_page = (time.time() - start_time) * 1000
764
764
        # In case we didn't sleep enogh time, sleep a while longer to
765
765
        # pass the soft timeout threshold.