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