]> source.dussan.org Git - jgit.git/commit
Increase bazel timeout for long running tests 23/146123/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 Jun 2019 21:35:20 +0000 (23:35 +0200)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 16 Jul 2019 03:11:22 +0000 (12:11 +0900)
commit0966731cad37fab239d458735c14be012cc70958
treea8965e6c10e887c3cffcb48d461695aa192ec595
parentbbef67e8d02e9baff1d23f98e7252ebba1221b84
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