Lines Matching +full:timeout +full:- +full:minutes
18 FALLBACK_GITLAB_SECTION_TIMEOUT = timedelta(minutes=10)
21 # minutes.
23 # summing up to 9 minutes.
24 # It is better to retry the boot than cancel the job and re-submit to avoid
26 LogSectionType.LAVA_BOOT: timedelta(minutes=9),
28 LogSectionType.TEST_SUITE: timedelta(minutes=5),
31 # Gitlab job timeout.
32 LogSectionType.TEST_CASE: timedelta(minutes=60),
35 LogSectionType.LAVA_POST_PROCESSING: timedelta(minutes=5),
50 ) -> Optional[GitlabSection]:
83 section_id="post-{}",