Skip to content

Commit 1985652

Browse files
committed
rsz: make repair_fanout6 into a large test in Bazel
Under heavy load in the CI it hits the timeout intermittently. Signed-off-by: Matt Liberty <[email protected]>
1 parent e0b466c commit 1985652

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rsz/test/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,12 @@ extra_deps = {
208208
"repair_setup4_sequence": ["repair_setup4.tcl"],
209209
}
210210

211+
BIG_TESTS = [
212+
"repair_fanout6",
213+
]
214+
211215
[regression_test(
212216
name = test_name,
217+
size = "large" if test_name in BIG_TESTS else "medium",
213218
data = [":test_resources"] + extra_deps.get(test_name, []),
214219
) for test_name in TESTS]

0 commit comments

Comments
 (0)