increased timeout for armv7 artifact build to 2 hours

pull/37807/head
sreenithi 6 months ago
parent f2ffbb89a2
commit 60034378f5
No known key found for this signature in database
  1. 2
      tools/run_tests/artifacts/artifact_targets.py

@ -160,7 +160,7 @@ class PythonArtifact:
),
"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":

Loading…
Cancel
Save