Skip to content

Commit

Permalink
Bump RAM limit on MetricsFromFile test (#9021)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored Apr 4, 2022
1 parent 7692d05 commit 6d5265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func TestMetricsFromFile(t *testing.T) {
agentProc,
&testbed.PerfTestValidator{},
performanceResultsSummary,
testbed.WithResourceLimits(testbed.ResourceSpec{ExpectedMaxCPU: 120, ExpectedMaxRAM: 94}),
testbed.WithResourceLimits(testbed.ResourceSpec{ExpectedMaxCPU: 120, ExpectedMaxRAM: 110}),
)
defer tc.Stop()

Expand Down

0 comments on commit 6d5265d

Please sign in to comment.