aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/postsubmit.yml8
-rw-r--r--.bazelci/presubmit.yml8
2 files changed, 8 insertions, 8 deletions
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"