From cbd6f462f4dc8cbd305828abd7e5cd7152b266e0 Mon Sep 17 00:00:00 2001 From: buchgr Date: Thu, 21 Jun 2018 06:18:33 -0700 Subject: buildkite: increase test timeouts to 20 minutes We are seeing quite a lot of test timeouts of very long running tests. This significantly adds to presubmit times as we retry failing tests up to 3 times. This change increases the test timeout from 15 to 20 minutes. RELNOTES: None PiperOrigin-RevId: 201514589 --- .bazelci/postsubmit.yml | 8 ++++---- .bazelci/presubmit.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to '.bazelci') diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 8690673bb6..9bac16d88b 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -8,7 +8,7 @@ platforms: build_targets: - "//src:bazel" test_flags: - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "--" - "//scripts/..." @@ -25,7 +25,7 @@ platforms: build_targets: - "//src:bazel" test_flags: - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "--" - "//scripts/..." @@ -42,7 +42,7 @@ platforms: build_targets: - "//src:bazel" test_flags: - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "--" - "//scripts/..." @@ -63,6 +63,6 @@ platforms: - "--host_copt=-w" - "--test_env=TEMP" - "--test_env=JAVA_HOME" - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "//src:all_windows_tests" diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index eca490cdc9..0323837888 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -8,7 +8,7 @@ platforms: build_targets: - "//src:bazel" test_flags: - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "--" - "//scripts/..." @@ -25,7 +25,7 @@ platforms: build_targets: - "//src:bazel" test_flags: - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "--" - "//scripts/..." @@ -42,7 +42,7 @@ platforms: build_targets: - "//src:bazel" test_flags: - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "--" - "//scripts/..." @@ -75,6 +75,6 @@ platforms: - "--host_copt=-w" - "--test_env=TEMP" - "--test_env=JAVA_HOME" - - "--test_timeout=900" + - "--test_timeout=1200" test_targets: - "//src:all_windows_tests" -- cgit v1.2.3