Skip to content

Commit 4ee3428

Browse files
committed
Extended integration tests timeout to 3h
1 parent 9105bb0 commit 4ee3428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ci/integration_tests_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def _pre_pull_images(self):
230230

231231
cmd = (
232232
f"cd {self.repo_path}/tests/integration && "
233-
f"timeout --verbose --signal=KILL 2h ./runner {self._get_runner_opts()} {image_cmd} "
233+
f"timeout --verbose --signal=KILL 3h ./runner {self._get_runner_opts()} {image_cmd} "
234234
"--pre-pull --command ' echo Pre Pull finished ' "
235235
)
236236

@@ -364,7 +364,7 @@ def all_tests(self) -> List[str]:
364364
report_file = "runner_get_all_tests.jsonl"
365365
cmd = (
366366
f"cd {self.repo_path}/tests/integration && "
367-
f"timeout --verbose --signal=KILL 2h ./runner {runner_opts} {image_cmd} -- "
367+
f"timeout --verbose --signal=KILL 3h ./runner {runner_opts} {image_cmd} -- "
368368
f"--setup-plan --report-log={report_file}"
369369
)
370370

0 commit comments

Comments
 (0)