File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments