~dorian-kemps/unifield-web/US-12033

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/actions.py

  • Committer: jf
  • Date: 2023-08-01 15:14:11 UTC
  • Revision ID: jfb@tempo-consulting.fr-20230801151411-ux1ogi6i3pa1pqd4
US-11778 [FIX] Printing aborted too long delay: increase timeout

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
 
197
197
        bg_report = False
198
198
        background_id = ctx.get('background_id')
199
 
        max_attempt = ctx.get('background_time', 600)
 
199
        max_attempt = ctx.get('background_time', 1200)
200
200
        report_name = 'report'
201
201
 
202
202