Skip to content

Commit

Permalink
[test] Increase test timeout (grpc#35887)
Browse files Browse the repository at this point in the history
Closes grpc#35887

COPYBARA_INTEGRATE_REVIEW=grpc#35887 from eugeneo:release/162 ed2f0f0
PiperOrigin-RevId: 606382703
  • Loading branch information
eugeneo authored and copybara-github committed Feb 12, 2024
1 parent c75d5c9 commit 6df52f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/artifacts/distribtest_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def build_jobspec(self, inner_jobs=None):
self.name,
["test/distrib/php/run_distrib_test_macos.sh"],
environ={"EXTERNAL_GIT_ROOT": "../../../.."},
timeout_seconds=20 * 60,
timeout_seconds=30 * 60,
use_workspace=True,
)
else:
Expand Down

0 comments on commit 6df52f8

Please sign in to comment.