We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2bed9 commit 95bf713Copy full SHA for 95bf713
tests/fixture/tmpnet/defaults.go
@@ -47,9 +47,6 @@ func DefaultTmpnetFlags() FlagsMap {
47
// resource-constrained environments that commonly have low disk space.
48
config.SystemTrackerRequiredAvailableDiskSpacePercentageKey: "0",
49
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",
53
}
54
55
0 commit comments