Skip to content

Commit 85a8ce9

Browse files
authored
Merge pull request #1630 from Altinity/increase_integ_targeted_timeout
Antalya 26.1 - increase timeout for targeted integration job
2 parents 9ab63c5 + 1cba699 commit 85a8ce9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/jobs/integration_test_job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def main():
537537
# For targeted jobs, use a shorter session timeout to keep feedback fast.
538538
# If this timeout is exceeded but all completed tests have passed, the
539539
# targeted check will not fail solely because the session timed out.
540-
session_timeout = 1200
540+
session_timeout = 2700
541541
error_info = []
542542

543543
module_repeat_cnt = 1
@@ -646,7 +646,7 @@ def main():
646646
is_flaky_check or is_bugfix_validation or is_targeted_check or info.is_local_run
647647
):
648648
test_result_retries = Result.from_pytest_run(
649-
command=f"{' '.join(failed_test_cases)} --report-log-exclude-logs-on-passed-tests --tb=short -n 1 --dist=loadfile --session-timeout=1200",
649+
command=f"{' '.join(failed_test_cases)} --report-log-exclude-logs-on-passed-tests --tb=short -n 1 --dist=loadfile --session-timeout=2700",
650650
env=test_env,
651651
cwd="./tests/integration/",
652652
pytest_report_file=f"{temp_path}/pytest_retries.jsonl",

0 commit comments

Comments
 (0)