Skip to content

Commit

Permalink
[Backport 1.66.x] increased timeout for armv7 artifact build to 2 hou…
Browse files Browse the repository at this point in the history
…rs (#37807) (#37809)

Building armv7 artifacts after adding Python 3.13 is failing with a
timeout. Hence increasing timeout to 2 hours.
  • Loading branch information
sreenithi authored Sep 27, 2024
1 parent 4ca1787 commit 1ce45ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/artifacts/artifact_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def build_jobspec(self, inner_jobs=None):
),
"tools/run_tests/artifacts/build_artifact_python.sh",
environ=environ,
timeout_seconds=60 * 60,
timeout_seconds=60 * 60 * 2,
)
elif "manylinux" in self.platform:
if self.arch == "x86":
Expand Down

0 comments on commit 1ce45ed

Please sign in to comment.