Skip to content

Commit

Permalink
[ObjC] increase objc example build timeout to 1h (grpc#37747)
Browse files Browse the repository at this point in the history
20min is often not enough to build these samples.

timeout log: https://btx.cloud.google.com/invocations/f48a9835-6e92-4651-b649-21a98a5dc0c3/targets

Closes grpc#37747

COPYBARA_INTEGRATE_REVIEW=grpc#37747 from HannahShiSFB:bump-build-objc-example-timeout 8f2f027
PiperOrigin-RevId: 676042240
  • Loading branch information
HannahShiSFB authored and copybara-github committed Sep 18, 2024
1 parent e80625a commit 48aa0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def test_specs(self):
out.append(
self.config.job_spec(
["src/objective-c/tests/build_one_example.sh"],
timeout_seconds=20 * 60,
timeout_seconds=60 * 60,
shortname="ios-buildtest-example-sample",
cpu_cost=1e6,
environ={
Expand All @@ -1126,7 +1126,7 @@ def test_specs(self):
out.append(
self.config.job_spec(
["src/objective-c/tests/build_one_example.sh"],
timeout_seconds=20 * 60,
timeout_seconds=60 * 60,
shortname="ios-buildtest-example-switftsample",
cpu_cost=1e6,
environ={
Expand All @@ -1138,7 +1138,7 @@ def test_specs(self):
out.append(
self.config.job_spec(
["src/objective-c/tests/build_one_example.sh"],
timeout_seconds=20 * 60,
timeout_seconds=60 * 60,
shortname="ios-buildtest-example-switft-use-frameworks",
cpu_cost=1e6,
environ={
Expand Down

0 comments on commit 48aa0c8

Please sign in to comment.