Skip to content
Snippets Groups Projects

TrigInDetValidation: increase TrigInDetRdictStep timeout

Merged Bertrand Martin Dit Latour requested to merge martindl/athena:23.0_ARTtimeout into 23.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -298,7 +298,7 @@ class TrigInDetRdictStep(Step):
self.auto_report_result = True
self.required = True
self.executable = 'TIDArdict'
self.timeout = 10*60
self.timeout = 15*60
self.config = config
def configure(self, test):
Loading