Skip to content

Commit 95bf713

Browse files
committed
Remove benchlist timeout override for tmpnet in favor of relying on overbench protection in e2e tests
1 parent 5d2bed9 commit 95bf713

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/fixture/tmpnet/defaults.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ func DefaultTmpnetFlags() FlagsMap {
4747
// resource-constrained environments that commonly have low disk space.
4848
config.SystemTrackerRequiredAvailableDiskSpacePercentageKey: "0",
4949
config.SystemTrackerWarningAvailableDiskSpacePercentageKey: "0",
50-
// Reduce benchlist duration from the 5m default to avoid
51-
// benching nodes that are slow to start in test environments.
52-
config.BenchlistDurationKey: "5s",
5350
}
5451
}
5552

0 commit comments

Comments
 (0)