Skip to content

Commit fedbb59

Browse files
committed
Bump channels pkg test memory threshold - recursion test causes >128MB
1 parent 4612204 commit fedbb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestMain(m *testing.M) {
2424
teardownFuncs := make([]func(), 0)
2525
teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestLogging(ctx))
2626
teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestProfiling(m))
27-
teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestMemoryWatermark(m, 128))
27+
teardownFuncs = append(teardownFuncs, base.SetUpGlobalTestMemoryWatermark(m, 256))
2828

2929
base.SkipPrometheusStatsRegistration = true
3030

0 commit comments

Comments
 (0)