Limit longest timeout to 3600, which is the limit for RBE.

pull/14921/head
Adele Zhou 7 years ago
parent 5a03bdb622
commit ac87b9e8b2
  1. 2
      tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh
  2. 2
      tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh

@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
EXTRA_FLAGS="-c dbg --test_timeout=300,450,1200,7200"
EXTRA_FLAGS="-c dbg --test_timeout=300,450,1200,3600"
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"

@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
EXTRA_FLAGS="-c opt --test_timeout=300,450,1200,7200"
EXTRA_FLAGS="-c opt --test_timeout=300,450,1200,3600"
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"

Loading…
Cancel
Save