We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4612204 commit fedbb59Copy full SHA for fedbb59
channels/main_test.go
@@ -24,7 +24,7 @@ func TestMain(m *testing.M) {
24
teardownFuncs := make([]func(), 0)
25
teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestLogging(ctx))
26
teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestProfiling(m))
27
- teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestMemoryWatermark(m, 128))
+ teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestMemoryWatermark(m, 256))
28
29
base.SkipPrometheusStatsRegistration = true
30
0 commit comments