Skip to content

Commit

Permalink
Increase test timeout for BzlLoadFunctionTest.
Browse files Browse the repository at this point in the history
The class has 58 tests which is a lot for a "short" timeout.

PiperOrigin-RevId: 640983246
Change-Id: Ib98d04d73ef37bc3206df9b70c760085cd4b93ee
  • Loading branch information
katre authored and copybara-github committed Jun 6, 2024
1 parent e1a73e6 commit 71fdd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/google/devtools/build/lib/skyframe/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ java_test(

java_test(
name = "BzlLoadFunctionTest",
timeout = "short",
timeout = "moderate",
srcs = ["BzlLoadFunctionTest.java"],
deps = [
":testutil",
Expand Down

0 comments on commit 71fdd60

Please sign in to comment.