summaryrefslogtreecommitdiffhomepage
path: root/.bazelrc
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-10-23 13:54:57 -0700
committergVisor bot <gvisor-bot@google.com>2020-10-23 13:56:52 -0700
commitad6d32f2260e85d2a7320265109868d753558c5e (patch)
treea1fc47ce342388a342d1f4753b31b2433ad9d6b6 /.bazelrc
parent61b379ee19bd160de01ad483d883f09fa0bce23c (diff)
[bazel] Increase number of jobs back to 300
PiperOrigin-RevId: 338739277
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bazelrc b/.bazelrc
index fbe69ba07..e2848ef07 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -42,6 +42,5 @@ build:remote --extra_toolchains=//tools/bazeldefs:cc-toolchain-clang-x86_64-defa
build:remote --extra_execution_platforms=//tools/bazeldefs:rbe_ubuntu1604
build:remote --platforms=//tools/bazeldefs:rbe_ubuntu1604
build:remote --crosstool_top=@rbe_default//cc:toolchain
-# TODO(b/171495162): Revert to 300 jobs once bug is fixed.
-build:remote --jobs=100
+build:remote --jobs=300
build:remote --remote_timeout=3600