We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9105bb0 commit 4ee3428Copy full SHA for 4ee3428
1 file changed
tests/ci/integration_tests_runner.py
@@ -230,7 +230,7 @@ def _pre_pull_images(self):
230
231
cmd = (
232
f"cd {self.repo_path}/tests/integration && "
233
- f"timeout --verbose --signal=KILL 2h ./runner {self._get_runner_opts()} {image_cmd} "
+ f"timeout --verbose --signal=KILL 3h ./runner {self._get_runner_opts()} {image_cmd} "
234
"--pre-pull --command ' echo Pre Pull finished ' "
235
)
236
@@ -364,7 +364,7 @@ def all_tests(self) -> List[str]:
364
report_file = "runner_get_all_tests.jsonl"
365
366
367
- f"timeout --verbose --signal=KILL 2h ./runner {runner_opts} {image_cmd} -- "
+ f"timeout --verbose --signal=KILL 3h ./runner {runner_opts} {image_cmd} -- "
368
f"--setup-plan --report-log={report_file}"
369
370
0 commit comments