[Python 3.12] Increase test timeout (#34454)

Passed manual run:
https://fusion2.corp.google.com/invocations/0e337438-8573-4b54-ba1c-242b1ad58586
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/33758/head
Xuan Wang 1 year ago committed by GitHub
parent 8d3914f774
commit 7421096960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/artifacts/distribtest_targets.py

@ -193,6 +193,7 @@ class PythonDistribTest(object):
% (self.docker_suffix, self.arch), % (self.docker_suffix, self.arch),
"test/distrib/python/run_source_distrib_test.sh", "test/distrib/python/run_source_distrib_test.sh",
copy_rel_path="test/distrib", copy_rel_path="test/distrib",
timeout_seconds=45 * 60,
) )
else: else:
return create_docker_jobspec( return create_docker_jobspec(
@ -201,6 +202,7 @@ class PythonDistribTest(object):
% (self.docker_suffix, self.arch), % (self.docker_suffix, self.arch),
"test/distrib/python/run_binary_distrib_test.sh", "test/distrib/python/run_binary_distrib_test.sh",
copy_rel_path="test/distrib", copy_rel_path="test/distrib",
timeout_seconds=45 * 60,
) )
def __str__(self): def __str__(self):

Loading…
Cancel
Save