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