]> source.dussan.org Git - jgit.git/commit
Increase bazel timeout for long running tests 48/143648/2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 Jun 2019 21:35:20 +0000 (23:35 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 Jun 2019 21:40:03 +0000 (23:40 +0200)
commitd8429d27f7867ad400112584b5581ed741e1c3ec
tree449c992ea1770d9538078f2f8e6d56410cba48d4
parent03f7618fab26409e1a510fd118cf6a6ea7a9e677
Increase bazel timeout for long running tests

EolRepositoryTest and GcCommitSelectionTest timed out frequently when
running unit tests using bazel with the default timeout "moderate"
(300s). Increase timeout of these tests to "long" (900s).

Change-Id: I43588cf950f55b50f868d9fe9c66d22bd428a54c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tests.bzl